fix(nix): consolidate display manager config
This commit is contained in:
parent
2f6c9939f5
commit
c6d0d2ea2a
1 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue