nixos/gnupg: default to a reasonable pinentry program on headless systems

This commit is contained in:
Sandro
2022-05-18 18:31:34 +02:00
committed by GitHub
parent 7c035dbb75
commit 9e44ffc043
+1 -1
View File
@@ -17,7 +17,7 @@ let
else if xserverCfg.enable || config.programs.sway.enable then
"gnome3"
else
null;
"curses";
in