feat(nix/hm/price): add pass-file extension to pass
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s

This commit is contained in:
Price Hiller 2024-05-28 17:37:53 -05:00
parent 29b1e210ad
commit a388e85676
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,7 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions(exts: [
exts.pass-file
]);
settings = {
PASSWORD_STORE_KEY = "C3FADDE7A8534BEB";
};