Hyprlock: fprint
This commit is contained in:
parent
b2a8045b2f
commit
88f100776a
2 changed files with 6 additions and 1 deletions
|
|
@ -336,6 +336,7 @@
|
||||||
|
|
||||||
pam.services = {
|
pam.services = {
|
||||||
xscreensaver.fprintAuth = true;
|
xscreensaver.fprintAuth = true;
|
||||||
|
hyprlock = { fprintAuth = true; };
|
||||||
gdm = { enableGnomeKeyring = true; fprintAuth = true; };
|
gdm = { enableGnomeKeyring = true; fprintAuth = true; };
|
||||||
git = { gnupg.enable = true; enableGnomeKeyring = true; };
|
git = { gnupg.enable = true; enableGnomeKeyring = true; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,14 @@ in
|
||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
auth = {
|
||||||
|
"fingerprint:enabled" = true;
|
||||||
|
};
|
||||||
|
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = toString ../../wallpapers/n8ca4obsys991.png;
|
path = toString ../../wallpapers/n8ca4obsys991.png;
|
||||||
blur_passes = 0;
|
blur_passes = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
label = {
|
label = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue