Sddm: enable numlock by default

This commit is contained in:
Toast 2023-06-26 23:50:04 +02:00
parent e37566c35b
commit 933b4fb9bb

View file

@ -2,7 +2,13 @@
{
# Enable SDDM.
services.xserver.displayManager.sddm.enable = true;
services.xserver.displayManager.sddm = {
enable = true;
settings = {
General = { Numlock = "on"; };
};
};
/*
Sddm has a very annoying bug where it sometimes hangs at shutdown