Add nvim plugin and update vpn

This commit is contained in:
2024-08-31 13:43:06 -05:00
parent 5128e70e35
commit d9c523cd53
16 changed files with 207 additions and 25 deletions

View File

@@ -247,6 +247,11 @@ in
smart_gaps inverse_outer
'';
extraSessionCommands = mkIf gui.secrets ''
eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh);
export SSH_AUTH_SOCK;
'';
};
};
}