disabled autologin because it forces x11 over wayland on mauville

This commit is contained in:
Aly Raffauf 2024-03-08 15:55:41 -05:00
parent 7cfdb649c6
commit 1e46f4d18c

View file

@ -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