Move a config

This commit is contained in:
2026-05-03 01:00:35 -05:00
parent ed48b37fdf
commit b5b977b5c4
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@
./fonts.nix ./fonts.nix
./sddm.nix ./sddm.nix
]; ];
services.displayManager.sddm.wayland.enable = true;
services.displayManager.defaultSession = "hyprland"; services.displayManager.defaultSession = "hyprland";
# Hyprland as the star of the show # Hyprland as the star of the show
+1
View File
@@ -19,4 +19,5 @@
}) })
]; ];
services.displayManager.sddm.theme = "salt-gruvbox"; services.displayManager.sddm.theme = "salt-gruvbox";
services.displayManager.sddm.wayland.enable = true;
} }