Try to use fingerprint on Aloria
This commit is contained in:
parent
e11e27b5ad
commit
761a1e85b9
|
@ -20,6 +20,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
"DP-1,${./hyprland/files/wallpaper.png}"
|
"DP-1,${./hyprland/files/wallpaper.png}"
|
||||||
|
"DP-5,${./hyprland/files/wallpaper.png}"
|
||||||
"eDP-1,${./hyprland/files/wallpaper.png}"
|
"eDP-1,${./hyprland/files/wallpaper.png}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,9 @@ in {
|
||||||
driver = pkgs.libfprint-2-tod1-broadcom;
|
driver = pkgs.libfprint-2-tod1-broadcom;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
security.pam.services.swaylock-fancy.fprintAuth = true;
|
||||||
|
security.pam.services.login.fprintAuth = true;
|
||||||
|
security.pam.services.sudo.fprintAuth = true;
|
||||||
|
|
||||||
# virtualisation
|
# virtualisation
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue