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:
parent
8629411382
commit
4131d726d5
3 changed files with 5 additions and 5 deletions
|
@ -46,9 +46,6 @@ in
|
|||
core = {
|
||||
whitespace = "trailing-space,space-before-tab";
|
||||
};
|
||||
safe = {
|
||||
directory = "${user.home}/git";
|
||||
};
|
||||
"credential \"https://github.com\"" = {
|
||||
helper = "!gh auth git-credential";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue