✨ [thinkpad] Fingerprint for sudo and login. Upgraded hyprlock to unstable
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
|
||||
{
|
||||
imports = [
|
||||
./hyprlock.nix
|
||||
./hyprpanel.nix
|
||||
./settings.nix
|
||||
];
|
||||
|
15
hosts/thinkpad/home-manager/hyprland/hyprlock.nix
Normal file
15
hosts/thinkpad/home-manager/hyprland/hyprlock.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# TODO fingerprint prompt using $FPRINTPROMPT
|
||||
programs.hyprlock = {
|
||||
package = pkgs.unstable.hyprlock;
|
||||
settings = {
|
||||
auth."fingerprint:enabled" = true;
|
||||
# Override removed settings shared config
|
||||
general = lib.mkForce {
|
||||
hide_cursor = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user