Rupert: Adapt for 24.05
This commit is contained in:
parent
ef69748075
commit
76cabab60a
2 changed files with 11 additions and 7 deletions
|
@ -4,12 +4,14 @@
|
|||
enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
lightdm.enable = true;
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "waldi";
|
||||
};
|
||||
};
|
||||
services.displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "waldi";
|
||||
};
|
||||
|
||||
services.unclutter-xfixes = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue