feat: add pass
- a CLI password manager
This commit is contained in:
parent
31602d9de6
commit
3547fe2c2b
2 changed files with 9 additions and 0 deletions
system/nixos/nixedo
|
@ -237,5 +237,11 @@ in
|
|||
enable = true;
|
||||
flake = "nixedo";
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue