added hyprlock and hyprpaper, though hyprpaper apparently doesnt exist so its disabled for now

PS: forgot to use git due to sleep deprivation
This commit is contained in:
Gabriella Bere 2024-08-23 02:03:30 +01:00
parent edaa14d665
commit 378a7ff766
3 changed files with 64 additions and 8 deletions

View file

@ -62,11 +62,12 @@
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = true;
# services.xserver.enable = true;
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.wayland.enable = true;
# services.desktopManager.plasma6.enable = true;
# Enable the Hyprland WM functionality for NixOS (xdg portals etc.)
programs.hyprland.enable = true;