mini greeter
This commit is contained in:
parent
e3c885ec4e
commit
957ec34a42
1 changed files with 6 additions and 5 deletions
|
@ -19,12 +19,13 @@ in
|
|||
lightdm = {
|
||||
enable = true;
|
||||
background = ../../../config/bspwm/background.png;
|
||||
greeters.tiny = {
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
label = {
|
||||
user = "whatever you named yourself";
|
||||
pass = "whats the magic word?";
|
||||
};
|
||||
user = "sako";
|
||||
extraConfig = ''
|
||||
[greeter]
|
||||
show-password-label = true
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue