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