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