feat: implement UNIX Pass password manager
This commit is contained in:
parent
f03fa22c2d
commit
20af7fa881
3 changed files with 118 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
programs.gamescope = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue