feat(destop): add pass.
This commit is contained in:
parent
17a6daca4f
commit
5a7bde83e5
1 changed files with 8 additions and 0 deletions
|
@ -146,5 +146,13 @@
|
||||||
filter_mode = "directory";
|
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]);
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue