aboutsummaryrefslogtreecommitdiff
path: root/modules/gpg/default.nix
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2025-03-10 00:42:32 -0400
committerstefan <stefan@s00.xyz>2025-03-10 00:42:32 -0400
commit54200271fffc4c9e267197e05bb776e0e6cb9a1b (patch)
tree2611daf22537997f205ce22b9ca7b0f198d4e5ae /modules/gpg/default.nix
parent5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (diff)
downloadhome-54200271fffc4c9e267197e05bb776e0e6cb9a1b.tar.gz
updates
Diffstat (limited to 'modules/gpg/default.nix')
-rw-r--r--modules/gpg/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gpg/default.nix b/modules/gpg/default.nix
index 59323f3..312654d 100644
--- a/modules/gpg/default.nix
+++ b/modules/gpg/default.nix
@@ -10,6 +10,9 @@ in
};
config = mkIf cfg.enable {
+ home.packages = with pkgs; [
+ pinentry-qt
+ ];
# home.packages = with pkgs; [
# pinentry-bemenu
# (writeShellScriptBin "pinentry-menu" ''