From cbdfb89482edda036eff8755119af38013b9039a Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 11 Feb 2025 19:00:17 +0530 Subject: [PATCH] feat: Forward agent to ryu for ssh --- home/programs/ssh.nix | 2 +- neovim/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;