mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 04:51:55 -05:00
disabled autologin because it forces x11 over wayland on mauville
This commit is contained in:
parent
7cfdb649c6
commit
1e46f4d18c
|
@ -39,8 +39,9 @@
|
|||
driversi686Linux.amdvlk
|
||||
];
|
||||
|
||||
services.xserver.displayManager.autoLogin.enable = true;
|
||||
services.xserver.displayManager.autoLogin.user = "aly";
|
||||
# Removed because it defaults the session to X11 instead of Wayland
|
||||
# services.xserver.displayManager.autoLogin.enable = true;
|
||||
# services.xserver.displayManager.autoLogin.user = "aly";
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
Loading…
Reference in a new issue