diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-03-08 22:06:37 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-03-08 22:06:37 +0000 |
| commit | 52529d3c71c2594b77918f406c48d3d831d01dc6 (patch) | |
| tree | 60b1bc44bbf211caf5450f5176a4310896fb5300 /hosts | |
| parent | 9d6cd1464952a7c202724a95fe18813fd0310c60 (diff) | |
Set gpg-agent's pinentry package
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/gheshki/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index 89dddfb..e6b45db 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -22,4 +22,5 @@ ]; programs.alacritty.settings.font.size = lib.mkForce 8; + services.gpg-agent.pinentry.package = pkgs.pinentry-curses; } |
