diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index e8c81b5..66459eb 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -9,7 +9,6 @@ ./fonts.nix ./sddm.nix ]; - services.displayManager.sddm.wayland.enable = true; services.displayManager.defaultSession = "hyprland"; # Hyprland as the star of the show diff --git a/desktop/sddm.nix b/desktop/sddm.nix index 4448b80..410c861 100644 --- a/desktop/sddm.nix +++ b/desktop/sddm.nix @@ -19,4 +19,5 @@ }) ]; services.displayManager.sddm.theme = "salt-gruvbox"; + services.displayManager.sddm.wayland.enable = true; }