about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-09 19:06:45 +0300
committerK900 <me@0upti.me>2024-02-28 18:49:33 +0300
commitad1b1e8aca00f2c932c57de21da7f7b71b1fa1eb (patch)
treef336bd453a2dde230fea2234d1ce211add1b326b /nixos
parent16f963794af86f9fa53255895303d1af79cf39e0 (diff)
nixos/gnupg: check for plasma 6
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/gnupg.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix
index 8f82de0336667..179d2de87cc58 100644
--- a/nixos/modules/programs/gnupg.nix
+++ b/nixos/modules/programs/gnupg.nix
@@ -15,6 +15,7 @@ let
   defaultPinentryFlavor =
     if xserverCfg.desktopManager.lxqt.enable
     || xserverCfg.desktopManager.plasma5.enable
+    || xserverCfg.desktopManager.plasma6.enable
     || xserverCfg.desktopManager.deepin.enable then
       "qt"
     else if xserverCfg.desktopManager.xfce.enable then