about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2021-08-11 22:17:41 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-03-08 23:09:02 +0100
commita270c43ea1a8211e01fc9923ef2482c36dfa1966 (patch)
tree4584820777bc1e9f4e5ec85329d004ddaa626bb6 /nixos/modules
parent764d15f59f3f0fe3168231f268e2be1136e78cd8 (diff)
downloadnixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar.gz
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar.bz2
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar.lz
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar.xz
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.tar.zst
nixlib-a270c43ea1a8211e01fc9923ef2482c36dfa1966.zip
treewide: use sensible pinentry flavor
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma6.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma6.nix b/nixos/modules/services/x11/desktop-managers/plasma6.nix
index 1237261e0af7..26e485a61be2 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma6.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma6.nix
@@ -210,6 +210,7 @@ in {
       serif = ["Noto Serif"];
     };
 
+    programs.gnupg.agent.pinentryPackage = pkgs.pinentry-qt;
     programs.ssh.askPassword = mkDefault "${kdePackages.ksshaskpass.out}/bin/ksshaskpass";
 
     # Enable helpful DBus services.