Fix login and hyprpaper

This commit is contained in:
Filippo Berto 2025-07-25 10:26:35 +02:00
parent 21f8ce9601
commit 467396cd16
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 1 deletions

View file

@ -255,7 +255,8 @@
# theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
# };
displayManager.gdm = { enable = true; autoSuspend = false; };
# displayManager.gdm = { enable = true; autoSuspend = false; };
displayManager.sddm.enable = true;
xserver = {
enable = true;
# windowManager.bspwm = { enable = true; };

View file

@ -26,6 +26,7 @@ in
brightnessctl
gamescope
grimblast
hyprpaper
networkmanagerapplet
wireplumber
playerctl
@ -109,6 +110,7 @@ in
"noti -t 'Hyprland' -m 'New config loaded\!'"
];
exec-once = [
"hyprpaper"
# "swww init"
];
# exec-shutdown = [ ];