Unlock GPG agent with graphical pinentry
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export WLR_DRM_NO_ATOMIC=1
|
||||
export GTK_THEME=Adapta-Eta
|
||||
'';
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
@@ -72,7 +72,7 @@
|
||||
# GPG agent
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
|
||||
# Tmux
|
||||
|
||||
Reference in New Issue
Block a user