mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 06:23:54 -05:00
aly: add password-store with extensions
This commit is contained in:
parent
be2cdde564
commit
a23de8ecc8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue