diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index 2fe2e4f..c57d056 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -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; }; diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 3db5ab7..384e774 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -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 = [ ];