Removed headless and fix sddm

This commit is contained in:
KoenDR06 2025-03-11 09:45:25 +01:00
parent 5d1a055bc4
commit 2c31555c75
2 changed files with 3 additions and 6 deletions

View file

@ -7,10 +7,7 @@
./greeter/sddm.nix
./refind.nix
(
if headless
then ./loader/grub.nix
else ./loader/systemd.nix
)
./loader/grub.nix
./loader/systemd.nix
];
}

View file

@ -18,7 +18,7 @@ in {
config = mkIf cfg.enable {
services.displayManager.sddm = {
enable = true;
wayland = true;
wayland.enable = true;
autoNumlock = true;
};
};