This commit is contained in:
Sakooooo 2023-07-10 23:18:02 +03:00
parent 28b491b385
commit e3c885ec4e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -18,15 +18,13 @@ in
defaultSession = "none+bspwm"; defaultSession = "none+bspwm";
lightdm = { lightdm = {
enable = true; enable = true;
greeters.mini = { background = ../../../config/bspwm/background.png;
greeters.tiny = {
enable = true; enable = true;
user = "sako"; label = {
extraConfig = '' user = "whatever you named yourself";
[greeter] pass = "whats the magic word?";
show-password-label = true };
[greeter-theme]
background-image = "/home/sako/background.png"
'';
}; };
}; };
}; };