mini greeter

This commit is contained in:
Sakooooo 2023-07-10 23:35:01 +03:00
parent e3c885ec4e
commit 957ec34a42
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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
'';
}; };
}; };
}; };