From 3c39093c0d1ca383475930e9d2d993e1d3958160 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 29 Oct 2019 20:00:42 +0100 Subject: gnupg: fix pinentry on sway --- nixos/modules/programs/gnupg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix index 4fb7c43c8b2..b5773b1daf5 100644 --- a/nixos/modules/programs/gnupg.nix +++ b/nixos/modules/programs/gnupg.nix @@ -14,7 +14,7 @@ let "qt" else if xserverCfg.desktopManager.xfce.enable then "gtk2" - else if xserverCfg.enable then + else if xserverCfg.enable || cfg.programs.sway.enable then "gnome3" else null; -- cgit 1.4.1