nixos/cinnamon: Enable power-profiles-daemon

https://github.com/linuxmint/cinnamon/commit/7a4afa6c03838df8b328abeaeb26917bb094a0b8

If you use tlp you can disable this again in your config.
This commit is contained in:
Bobby Rong
2024-12-03 20:52:22 +08:00
parent 8c9f81eb53
commit e83ca8870e
@@ -111,6 +111,7 @@ in
services.gnome.glib-networking.enable = true;
services.gnome.gnome-keyring.enable = true;
services.gvfs.enable = true;
services.power-profiles-daemon.enable = mkDefault true;
services.switcherooControl.enable = mkDefault true; # xapp-gpu-offload-helper
services.touchegg.enable = mkDefault true;
services.udisks2.enable = true;