diff options
| author | Grigory Shipunov | 2022-09-10 12:22:03 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-10 12:22:03 +0200 |
| commit | a85f46c91cec9fef2f09643d9d914cee4b03bb60 (patch) | |
| tree | bd53f2b47c5574e873a1712c3d4008bcccf8bce2 /modules | |
| parent | 14320d97fd90c6b14cdbce889dc2711332210c2a (diff) | |
give curses pinentry another chance
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/graphical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/graphical.nix b/modules/graphical.nix index dfa1980..a3aa0ad 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -151,5 +151,5 @@ wayland = true; }; }; - programs.gnupg.agent.pinentryFlavor = "gnome3"; + programs.gnupg.agent.pinentryFlavor = "curses"; } |
