feat: implement UNIX Pass password manager

This commit is contained in:
Zhongheng Liu 2024-10-11 21:46:19 +03:00
commit 20af7fa881
Signed by: steven
GPG key ID: DC8F48E7B4C40905
3 changed files with 118 additions and 1 deletions

View file

@ -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 = {