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:
38
flake.lock
generated
38
flake.lock
generated
@ -465,6 +465,43 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"pam-fprint-grosshack": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"pam-fprint-src": "pam-fprint-src"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774432303,
|
||||
"narHash": "sha256-IdsKBu1HV1mYJMVuAL0GJiWeEkMrdW691aW8D6Zr15I=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "7ad351f85a92fee40806cb81777430c33499be41",
|
||||
"revCount": 1,
|
||||
"type": "git",
|
||||
"url": "https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.iateyourcookies.com/cookiez/nix-fprint-grosshack-flake.git"
|
||||
}
|
||||
},
|
||||
"pam-fprint-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1658952526,
|
||||
"narHash": "sha256-obczZbf/oH4xGaVvp3y3ZyDdYhZnxlCWvL0irgEYIi0=",
|
||||
"owner": "mishakmak",
|
||||
"repo": "pam-fprint-grosshack",
|
||||
"rev": "45b42524fb5783e1e555067743d7e0f70d27888a",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
"owner": "mishakmak",
|
||||
"repo": "pam-fprint-grosshack",
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"plasma-manager": {
|
||||
"inputs": {
|
||||
"home-manager": [
|
||||
@ -518,6 +555,7 @@
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nixvim": "nixvim",
|
||||
"pam-fprint-grosshack": "pam-fprint-grosshack",
|
||||
"plasma-manager": "plasma-manager",
|
||||
"quickshell": "quickshell",
|
||||
"stylix": "stylix",
|
||||
|
||||
Reference in New Issue
Block a user