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:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user