Enable lightdm mini greeter
This commit is contained in:
parent
75d5fa6417
commit
7cab9a86ac
1 changed files with 10 additions and 1 deletions
|
|
@ -17,7 +17,16 @@ in {
|
||||||
displayManager.lightdm = {
|
displayManager.lightdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
background = ./files/wallpaper.png;
|
background = ./files/wallpaper.png;
|
||||||
#greeters.mini.enable = true;
|
greeters.mini = {
|
||||||
|
enable = true;
|
||||||
|
user = config.user.name;
|
||||||
|
extraConfig = ''
|
||||||
|
text-color = "#fbf1c7"
|
||||||
|
password-background-color = "#3c3836"
|
||||||
|
window-color = "#282828"
|
||||||
|
border-color = "#458588"
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue