From 1105cec98d6c90351e8dfdc642947a77e323607e Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Wed, 30 Oct 2019 02:00:39 -0400 Subject: gnupg: fix pinentry in sway (fix a typo in 3c39093c0d1) --- 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 b5773b1daf5..8cb2e669cb2 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 || cfg.programs.sway.enable then + else if xserverCfg.enable || config.programs.sway.enable then "gnome3" else null; -- cgit 1.4.1