diff --git a/home/programs/ssh.nix b/home/programs/ssh.nix index 37dd247e..7c540d05 100644 --- a/home/programs/ssh.nix +++ b/home/programs/ssh.nix @@ -24,7 +24,7 @@ ryu = { user = "servius"; hostname = "ryu"; - forwardAgent = false; + forwardAgent = true; }; kuro = { user = "fs0c131y"; diff --git a/neovim/default.nix b/neovim/default.nix index cec34ccc..84e98cab 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -167,6 +167,7 @@ in { }; }; }; + codecompanion.enable = true; yazi = { enable = true;