enable PPD

This commit is contained in:
Gabriella Bere 2024-12-19 21:03:28 +00:00
parent 96b4b62eb1
commit 884ca82fb4

View file

@ -88,6 +88,9 @@
# You can disable this if you're only using the Wayland session. # You can disable this if you're only using the Wayland session.
# services.xserver.enable = true; # services.xserver.enable = true;
# Enable PPD to improve battery life maybe
services.power-profiles-daemon.enable = true;
# Enable the KDE Plasma Desktop Environment. # Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true; services.displayManager.sddm.wayland.enable = true;