seporate sound and connectivity

This commit is contained in:
ChaotiCryptidz 2022-01-16 11:46:16 +00:00
parent 1a07cd8e27
commit e72cc514df
6 changed files with 8 additions and 4 deletions

View file

@ -14,12 +14,14 @@
profiles.laptop
#profiles.connectivity.bluetooth
profiles.connectivity.network_manager
profiles.sound.pulseaudio
profiles.gui
profiles.gui.environments.sway
#profiles.bluetooth
profiles.pulse
profiles.network_manager
profiles.gaming.steam

View file

@ -7,6 +7,8 @@ let
config = {
"hosts/*/services".functor.enable = true;
"profiles/*".functor.enable = true;
"profiles/sound/*".functor.enable = true;
"profiles/connectivity/*".functor.enable = true;
"profiles/gaming/*".functor.enable = true;
"profiles/gui/environments/*".functor.enable = true;
"users/*".functor.enable = true;

View file

@ -4,4 +4,4 @@
powerManagement.enable = true;
powerManagement.powertop.enable = true;
hardware.acpilight.enable = true;
}
}