Fixed SDDM fingerprint not working.

- Added a new custom flake input of pam_fprintd_grosshack so it accepts either password or fingerprint
This commit is contained in:
2026-03-25 11:16:30 +01:00
parent cf1470cb63
commit b953cdb4be
3 changed files with 62 additions and 2 deletions

View File

@ -42,6 +42,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
pam-fprint-grosshack = {
url = "git+https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
grub2-themes.url = "github:vinceliuice/grub2-themes";
@ -50,6 +55,7 @@
outputs = inputs @ {
nixpkgs,
alejandra,
pam-fprint-grosshack,
home-manager,
plasma-manager,
nixos-hardware,
@ -81,6 +87,7 @@
inherit system;
inherit project;
inherit alejandra;
pam-fprint-grosshack-pkg = pam-fprint-grosshack.packages.${system}.default;
host = hostname;
};
modules =