This commit is contained in:
2026-04-02 02:45:40 +02:00
11 changed files with 52 additions and 2 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

@@ -11,6 +11,7 @@ in
enable = true;
profiles.default = {
extensions = with exts; [
mkhl.direnv
bbenoist.nix
svelte.svelte-vscode
ms-python.python
@@ -28,6 +29,9 @@ in
docker.docker
redhat.vscode-yaml
];
userSettings = {
"chat.agent.enabled" = false;
};
};
};
};