feat: add pass
- a CLI password manager
This commit is contained in:
parent
31602d9de6
commit
3547fe2c2b
|
@ -13,6 +13,8 @@ with pkgs; [
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
git-crypt
|
git-crypt
|
||||||
|
gnupg
|
||||||
|
pinentry
|
||||||
inotify-tools
|
inotify-tools
|
||||||
just
|
just
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
@ -26,6 +28,7 @@ with pkgs; [
|
||||||
nodePackages.nodemon
|
nodePackages.nodemon
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
nodejs
|
nodejs
|
||||||
|
pass
|
||||||
php81
|
php81
|
||||||
php81Packages.composer
|
php81Packages.composer
|
||||||
php81Packages.phpcbf
|
php81Packages.phpcbf
|
||||||
|
|
|
@ -237,5 +237,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "nixedo";
|
flake = "nixedo";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
pinentryFlavor = "qt";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue