seporate sound and connectivity
This commit is contained in:
parent
1a07cd8e27
commit
e72cc514df
|
@ -14,12 +14,14 @@
|
||||||
|
|
||||||
profiles.laptop
|
profiles.laptop
|
||||||
|
|
||||||
|
#profiles.connectivity.bluetooth
|
||||||
|
profiles.connectivity.network_manager
|
||||||
|
|
||||||
|
profiles.sound.pulseaudio
|
||||||
|
|
||||||
profiles.gui
|
profiles.gui
|
||||||
profiles.gui.environments.sway
|
profiles.gui.environments.sway
|
||||||
|
|
||||||
#profiles.bluetooth
|
|
||||||
profiles.pulse
|
|
||||||
profiles.network_manager
|
|
||||||
|
|
||||||
profiles.gaming.steam
|
profiles.gaming.steam
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ let
|
||||||
config = {
|
config = {
|
||||||
"hosts/*/services".functor.enable = true;
|
"hosts/*/services".functor.enable = true;
|
||||||
"profiles/*".functor.enable = true;
|
"profiles/*".functor.enable = true;
|
||||||
|
"profiles/sound/*".functor.enable = true;
|
||||||
|
"profiles/connectivity/*".functor.enable = true;
|
||||||
"profiles/gaming/*".functor.enable = true;
|
"profiles/gaming/*".functor.enable = true;
|
||||||
"profiles/gui/environments/*".functor.enable = true;
|
"profiles/gui/environments/*".functor.enable = true;
|
||||||
"users/*".functor.enable = true;
|
"users/*".functor.enable = true;
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
powerManagement.powertop.enable = true;
|
powerManagement.powertop.enable = true;
|
||||||
hardware.acpilight.enable = true;
|
hardware.acpilight.enable = true;
|
||||||
}
|
}
|
Loading…
Reference in a new issue