feat: enable direnv tool and disable ollama service

Enable direnv under the tools configuration with a commented-out git tool. Disable the ollama service, changing its enable flag from true to false.
This commit is contained in:
Harald Hoyer 2024-11-26 08:53:05 +01:00
parent 8629411382
commit 4131d726d5
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,6 @@
};
tools = {
git.enable = true;
direnv.enable = true;
};
};