Fix stuff up

This commit is contained in:
Ghostfox
2026-04-02 02:43:33 +02:00
parent 6f3fe41452
commit d6da07c45e
7 changed files with 14 additions and 3 deletions

View File

@@ -8,9 +8,10 @@
enable = true;
package = pkgs.gitMinimal;
lfs.enable = true;
userName = "Ghostfox";
extraConfig = {
settings = {
user.name = "Ghostfox";
init.defaultBranch = "main";
credential = {

View File

@@ -29,6 +29,9 @@ in
docker.docker
redhat.vscode-yaml
];
userSettings = {
"chat.agent.enabled" = false;
};
};
};
};