i did a thing
This commit is contained in:
parent
cc4b96a185
commit
fdbb55ffe1
1 changed files with 15 additions and 8 deletions
|
@ -27,16 +27,23 @@ in {
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
background = ../../../config/background.png;
|
background = ../../../config/background.png;
|
||||||
greeters.mini = {
|
greeters.gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "sako";
|
theme = {
|
||||||
extraConfig = ''
|
name = "vimix-dark-ruby";
|
||||||
[greeter]
|
package = pkgs.vimix-gtk-themes;
|
||||||
show-password-label = true
|
};
|
||||||
password-label-text = magic word
|
|
||||||
invalid-password-text = skull issue
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
# greeters.mini = {
|
||||||
|
# enable = true;
|
||||||
|
# user = "sako";
|
||||||
|
# extraConfig = ''
|
||||||
|
# [greeter]
|
||||||
|
# show-password-label = true
|
||||||
|
# password-label-text = magic word
|
||||||
|
# invalid-password-text = skull issue
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
libinput = {
|
libinput = {
|
||||||
|
|
Loading…
Reference in a new issue