gpg: Fancy pinentry
This commit is contained in:
parent
59db464987
commit
ca2dc262b7
|
@ -34,6 +34,10 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
pinentryFlavor = "gnome3";
|
||||||
|
# gnome3 is nicer, but requires gcr as a dbus package.
|
||||||
|
# Which is in my NixOS config, and on non-NixOS too.
|
||||||
|
# It will fall back to ncurses when running in non-graphics mode.
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,5 +41,8 @@
|
||||||
pulseaudio.enable = true;
|
pulseaudio.enable = true;
|
||||||
# TODO Try pipewire
|
# TODO Try pipewire
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# So we can use gnome3 pinentry flavour
|
||||||
|
services.dbus.packages = [ pkgs.gcr ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue