Moved auto numlock setting to sddm from plasma

This commit is contained in:
KoenDR06 2025-03-09 16:48:43 +01:00
parent 692b72b366
commit 22f029cf3e
2 changed files with 5 additions and 5 deletions

View file

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