aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-15 21:27:32 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-15 21:27:32 -0700
commit3085e2113005f2af736ae3a5ab590977fe55b0f5 (patch)
tree5b47c687862f113fdbd8b676107ffe7851adc1c1 /modules/home
parentf84ce65404aaa994826904f43557141eaefa5889 (diff)
home: fix pinentry
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/tools/gpg/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/tools/gpg/default.nix b/modules/home/tools/gpg/default.nix
index 297d9d0..d6f6ed0 100644
--- a/modules/home/tools/gpg/default.nix
+++ b/modules/home/tools/gpg/default.nix
@@ -15,6 +15,11 @@ in {
];
};
+ #NOTE: required for pinentry-gnome3
+ home.packages = with pkgs; [
+ gcr
+ ];
+
programs.gpg.enable = true;
services.gpg-agent = {