summaryrefslogtreecommitdiff
path: root/hosts/gheshki/home.nix
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-03-08 22:06:37 +0000
committerAmir Saeid <amir@glgdgt.com>2026-03-08 22:06:37 +0000
commit52529d3c71c2594b77918f406c48d3d831d01dc6 (patch)
tree60b1bc44bbf211caf5450f5176a4310896fb5300 /hosts/gheshki/home.nix
parent9d6cd1464952a7c202724a95fe18813fd0310c60 (diff)
Set gpg-agent's pinentry package
Diffstat (limited to 'hosts/gheshki/home.nix')
-rw-r--r--hosts/gheshki/home.nix1
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;
}