From 484ff01bbbc754bbd0146aacf7c2a3622e84373f Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 7 Feb 2025 13:24:58 +0530 Subject: [PATCH] feat: Disable chatgpt and oil from neovim --- neovim/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/neovim/default.nix b/neovim/default.nix index afecae56..75e9cca2 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -167,17 +167,7 @@ in { }; }; }; - chatgpt = { - enable = true; - settings = { - # api_key_cmd = "cat ${config.sops.secrets."openai/api_key".path}"; - }; - }; - oil = { - enable = true; - settings.skip_confirm_for_simple_edits = true; - }; yazi = { enable = true; settings = { @@ -276,8 +266,8 @@ in { config = { default_workspace = "Notes"; workspaces = { - Notes = "~/Nextcloud/Notes"; - Work = "~/Nextcloud/Work"; + Notes = "~/Sync/Notes"; + Work = "~/Sync/Work"; }; }; };