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";
lightdm = {
enable = true;
greeters.mini = {
background = ../../../config/bspwm/background.png;
greeters.tiny = {
enable = true;
user = "sako";
extraConfig = ''
[greeter]
show-password-label = true
[greeter-theme]
background-image = "/home/sako/background.png"
'';
label = {
user = "whatever you named yourself";
pass = "whats the magic word?";
};
};
};
};