mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: move displayManager, libinput from: ->
This commit is contained in:
parent
329acdeceb
commit
6e61d6f114
2 changed files with 17 additions and 13 deletions
|
|
@ -5,18 +5,8 @@
|
|||
enable = true;
|
||||
xkb.layout = "us";
|
||||
};
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "${username}";
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
# mouse = {
|
||||
# accelProfile = "flat";
|
||||
# };
|
||||
};
|
||||
};
|
||||
# To prevent getting stuck at shutdown
|
||||
|
||||
# To prevent getting stuck at shutdown - this is not Xorg related, but I like to blame Xorg for all of my life issues.
|
||||
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue