Carve SDDM into its own module with our theme

This commit is contained in:
2026-05-03 00:54:20 -05:00
parent 4060ee31bd
commit b23ef0ac9c
2 changed files with 23 additions and 2 deletions
+1 -2
View File
@@ -7,9 +7,8 @@
imports = [
./flatpak.nix
./fonts.nix
./sddm.nix
];
# Enable SDDM as our display manager
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.displayManager.defaultSession = "hyprland";