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