another mistake dammit
This commit is contained in:
parent
2c6131e336
commit
ec27b2ca6b
1 changed files with 4 additions and 2 deletions
|
@ -14,9 +14,10 @@ in
|
|||
windowManager = {
|
||||
bspwm.enable = true;
|
||||
};
|
||||
displayManager.lightdm = {
|
||||
displayManager = {
|
||||
defaultSession = "bspwm";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
defaultSession = "bspwm";
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
user = "sako";
|
||||
|
@ -27,6 +28,7 @@ in
|
|||
background-image = "/home/sako/background.png"
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue