Replace GTK2 pinentry dialog with GTK3
This commit is contained in:
parent
b5dafa9b70
commit
87b137bd81
|
@ -73,7 +73,7 @@
|
||||||
# GPG agent
|
# GPG agent
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gtk2";
|
pinentryFlavor = "gnome3";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tmux
|
# Tmux
|
||||||
|
|
Loading…
Reference in New Issue