mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 11:23:55 -05:00
aly: add password-store with extensions
This commit is contained in:
parent
be2cdde564
commit
a23de8ecc8
|
@ -45,6 +45,19 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
password-store = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
package = pkgs.pass.withExtensions (exts:
|
||||||
|
with exts; [
|
||||||
|
pass-checkup
|
||||||
|
pass-file
|
||||||
|
pass-genphrase
|
||||||
|
pass-otp
|
||||||
|
pass-update
|
||||||
|
]);
|
||||||
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue