mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 16:52:50 +00:00
neovim improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user