Fix stuff up
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
enable = true;
|
||||
package = pkgs.gitMinimal;
|
||||
lfs.enable = true;
|
||||
userName = "Ghostfox";
|
||||
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user.name = "Ghostfox";
|
||||
|
||||
init.defaultBranch = "main";
|
||||
|
||||
credential = {
|
||||
|
||||
@@ -29,6 +29,9 @@ in
|
||||
docker.docker
|
||||
redhat.vscode-yaml
|
||||
];
|
||||
userSettings = {
|
||||
"chat.agent.enabled" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user