neovim improvements

This commit is contained in:
2023-11-21 02:53:19 +01:00
parent a0f747e1f3
commit 09fa0fc2d0
6 changed files with 44 additions and 28 deletions

View File

@@ -1,7 +1,11 @@
{ pkgs }:
{
gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "gnome3";
};
# fix pinentry on non-gnome with this in
# the system config: services.dbus.packages = with pkgs; [ gcr ];
gnome-keyring.enable = true;
}