From 58663a006ad1d578498a1d8e1ddd41e054ccd37b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 27 Nov 2024 17:25:26 +0100 Subject: [PATCH] Update neovim-flake URL and version Changed the neovim-flake URL to the new repository and updated its version from v0.5 to v0.6. This ensures we are using the latest configurations and features from the renamed repository. --- homes/aarch64-darwin/harald@m4/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homes/aarch64-darwin/harald@m4/default.nix b/homes/aarch64-darwin/harald@m4/default.nix index 467fabd..c6a3652 100644 --- a/homes/aarch64-darwin/harald@m4/default.nix +++ b/homes/aarch64-darwin/harald@m4/default.nix @@ -11,6 +11,13 @@ stateVersion = "23.11"; # Please read the comment before changing. }; + + programs.ssh.extraConfig = '' + UseKeychain yes + AddKeysToAgent yes + IdentityFile ~/.ssh/id_ed25519 + ''; + metacfg = { cli-apps = { bash.enable = true;