This commit is contained in:
Frost-Phoenix 2024-04-23 20:50:21 +02:00
parent b95d941a5e
commit 8825c374ab
3 changed files with 107 additions and 96 deletions

View file

@ -3,7 +3,11 @@
services.xserver = {
enable = true;
xkb.layout = "us";
displayManager.autoLogin = {
enable = true;
user = "${username}";
};
libinput = {
enable = true;
# mouse = {
@ -11,10 +15,6 @@
# };
};
};
services.displayManager.autoLogin = {
enable = true;
user = "${username}";
};
# To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
}