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;
|
windowManager.bspwm.enable = true;
|
||||||
displayManager.lightdm = {
|
displayManager.lightdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
greeters.slick.enable = true;
|
greeters.slick = {
|
||||||
|
enable = true;
|
||||||
|
draw-user-backgrounds = true;
|
||||||
|
};
|
||||||
background = ../../../config/bspwm/background.png;
|
background = ../../../config/bspwm/background.png;
|
||||||
};
|
};
|
||||||
libinput = {
|
libinput = {
|
||||||
|
|
Loading…
Reference in a new issue