diff options
| author | Grigory Shipunov | 2022-07-29 12:58:45 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-29 12:58:45 +0200 |
| commit | 3f0f0ced26e62da748bd6171be6b223990757a8c (patch) | |
| tree | 3169be5bed416783e9832329a66f48b142fd7d70 /modules/graphical.nix | |
| parent | eb80e0b7822aff6f2f1aa3be35ef52276adf6f73 (diff) | |
add udev rules for MCH2022 badge and Flipper Zero, switch back to gnome3 pinentry
Diffstat (limited to 'modules/graphical.nix')
| -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 7384220..8323721 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -143,5 +143,5 @@ wayland = true; }; }; - programs.gnupg.agent.pinentryFlavor = "curses"; + programs.gnupg.agent.pinentryFlavor = "gnome3"; } |
