Compare commits
No commits in common. "9b628caaef89e93d5f0ec191c61458f8c1c23f45" and "2712bd2197971df16e176fa3a9b120490a1ac390" have entirely different histories.
9b628caaef
...
2712bd2197
2 changed files with 8 additions and 9 deletions
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
|
|
@ -1 +0,0 @@
|
||||||
../.roo/rules/rules.md
|
|
||||||
16
shell.nix
16
shell.nix
|
|
@ -12,14 +12,14 @@ let
|
||||||
# We assume you store your Brave Search API key in "~/.config/mcp-servers/brave.env"
|
# We assume you store your Brave Search API key in "~/.config/mcp-servers/brave.env"
|
||||||
mcpPrograms = {
|
mcpPrograms = {
|
||||||
# fetch.enable = true;
|
# fetch.enable = true;
|
||||||
# filesystem = {
|
filesystem = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||||
# };
|
};
|
||||||
# git = {
|
git = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
|
||||||
# };
|
};
|
||||||
sequential-thinking.enable = true;
|
sequential-thinking.enable = true;
|
||||||
# memory.enable = true;
|
# memory.enable = true;
|
||||||
"brave-search" = {
|
"brave-search" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue