Set up power profiles everywhere.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
./services/desktopmanager.nix
|
||||
./services/displaymanager.nix
|
||||
./services/nix-flatpak.nix
|
||||
./services/power-profiles-daemon.nix
|
||||
./services/sound.nix
|
||||
./system/bluetooth.nix
|
||||
./system/bootloader.nix
|
||||
|
||||
3
nodes/hosts/common/services/power-profiles-daemon.nix
Normal file
3
nodes/hosts/common/services/power-profiles-daemon.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ pkgs, ...}: {
|
||||
services.power-profiles-daemon.enable = "true";
|
||||
}
|
||||
Reference in New Issue
Block a user