diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md deleted file mode 120000 index cd42de0..0000000 --- a/.github/copilot-instructions.md +++ /dev/null @@ -1 +0,0 @@ -../.roo/rules/rules.md \ No newline at end of file diff --git a/shell.nix b/shell.nix index a3ee8e1..8278206 100644 --- a/shell.nix +++ b/shell.nix @@ -12,14 +12,14 @@ let # We assume you store your Brave Search API key in "~/.config/mcp-servers/brave.env" mcpPrograms = { # fetch.enable = true; - # filesystem = { - # enable = true; - # args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ]; - # }; - # git = { - # enable = true; - # args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ]; - # }; + filesystem = { + enable = true; + args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ]; + }; + git = { + enable = true; + args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ]; + }; sequential-thinking.enable = true; # memory.enable = true; "brave-search" = {