From b5b977b5c4741a6b373c0cc2d3d0f5396d3d43cd Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:00:35 -0500 Subject: [PATCH] Move a config --- desktop/hyprland.nix | 1 - desktop/sddm.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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; }