diff --git a/nix/hosts/framework/sys.nix b/nix/hosts/framework/sys.nix index 5953c90..bbf9c3e 100644 --- a/nix/hosts/framework/sys.nix +++ b/nix/hosts/framework/sys.nix @@ -78,8 +78,11 @@ } ]; boot.resumeDevice = "/var/lib/swap"; - # Autologin - services.displayManager.autoLogin.user = "priime"; + # Display Manager + services.displayManager = { + autoLogin.user = "priime"; + defaultSession = "none+bspwm"; + }; # Mouse services.libinput.mouse = { middleEmulation = false; }; @@ -122,7 +125,6 @@ services.xserver = { enable = true; windowManager.bspwm.enable = true; - displayManager.defaultSession = "none+bspwm"; displayManager.lightdm.enable = true; xkb = { layout = "us";