Unlock GPG agent with graphical pinentry
This commit is contained in:
parent
031934047c
commit
da80c09dc8
|
@ -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
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
htop
|
||||
# Password management
|
||||
gnupg
|
||||
pinentry-gnome
|
||||
pass-wayland
|
||||
passff-host
|
||||
gitAndTools.pass-git-helper
|
||||
pinentry-gtk2
|
||||
# Browsers
|
||||
(firefox.override { extraNativeMessagingHosts = [ passff-host ]; })
|
||||
chromium
|
||||
|
@ -34,6 +34,7 @@
|
|||
nixfmt
|
||||
podman-compose
|
||||
shellcheck
|
||||
android-studio
|
||||
# Rice
|
||||
adapta-gtk-theme
|
||||
paper-icon-theme
|
||||
|
|
Loading…
Reference in New Issue