diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 6a54309..1217c9f 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -87,6 +87,9 @@ # Enable the X11 windowing system. # You can disable this if you're only using the Wayland session. # services.xserver.enable = true; + + # Enable PPD to improve battery life maybe + services.power-profiles-daemon.enable = true; # Enable the KDE Plasma Desktop Environment. services.displayManager.sddm.enable = true;