GNOME: Default to graphical pinentry
Evolution’s gpg integration will not work otherwise.
This commit is contained in:
parent
6ab9c485e6
commit
68c2bcef11
|
@ -21,7 +21,7 @@
|
|||
gnome.gnome-tweaks gnome.gnome-shell-extensions
|
||||
gnomeExtensions.caffeine gnomeExtensions.tray-icons-reloaded gnomeExtensions.x11-gestures gnomeExtensions.git
|
||||
# gnome.nautilus-python nautilus-open-any-terminal
|
||||
pinentry-curses
|
||||
pinentry-gnome
|
||||
(callPackage ../packages/alias.nix {
|
||||
inputPackage = kitty;
|
||||
inputName = "kitty";
|
||||
|
@ -36,7 +36,7 @@
|
|||
# }))
|
||||
];
|
||||
|
||||
programs.gnupg.agent.pinentryFlavor = "curses";
|
||||
programs.gnupg.agent.pinentryFlavor = "gnome3";
|
||||
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-photos
|
||||
|
|
Loading…
Reference in a new issue