3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #173512 from SuperSandro2000/gnupg-pinentry

nixos/gnupg: default to a reasonable pinentry program on headless sys…
This commit is contained in:
Sandro 2022-05-23 21:29:16 +02:00 committed by GitHub
commit 49d6b4aa34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ let
else if xserverCfg.enable || config.programs.sway.enable then
"gnome3"
else
null;
"curses";
in