fix backgrounds for lightdm:
This commit is contained in:
parent
3fc3cd6d24
commit
9e704feb7b
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@ in
|
|||
windowManager.bspwm.enable = true;
|
||||
displayManager.lightdm = {
|
||||
enable = true;
|
||||
greeters.slick.enable = true;
|
||||
greeters.slick = {
|
||||
enable = true;
|
||||
draw-user-backgrounds = true;
|
||||
};
|
||||
background = ../../../config/bspwm/background.png;
|
||||
};
|
||||
libinput = {
|
||||
|
|
Loading…
Reference in a new issue