feat(destop): add pass.

This commit is contained in:
CronyAkatsuki 2025-09-01 10:02:17 +02:00
parent 17a6daca4f
commit 5a7bde83e5

View file

@ -146,5 +146,13 @@
filter_mode = "directory";
};
};
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
};
package = pkgs.pass.withExtensions (exts: [exts.pass-import exts.pass-update exts.pass-genphrase exts.pass-file exts.pass-audit]);
};
};
}