From 884ca82fb46f9cb1a4b27accd33e29d291cf052c Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 19 Dec 2024 21:03:28 +0000 Subject: [PATCH] enable PPD --- hosts/gabbielaptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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;