aly: add password-store with extensions

This commit is contained in:
Aly Raffauf 2024-07-31 18:04:08 -04:00
parent be2cdde564
commit a23de8ecc8

View file

@ -45,6 +45,19 @@ in {
};
programs = {
password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts:
with exts; [
pass-checkup
pass-file
pass-genphrase
pass-otp
pass-update
]);
};
git = {
enable = true;
lfs.enable = true;