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"; # 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 = { xserver = {
enable = true; enable = true;
# windowManager.bspwm = { enable = true; }; # windowManager.bspwm = { enable = true; };

View file

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