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

@@ -18,5 +18,6 @@
useUserPackages = true;
users.dark = ./home;
extraSpecialArgs = { inherit inputs; };
backupFileExtension = ".bak";
};
}

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;
};
};
};
};

View File

@@ -15,5 +15,6 @@
qsstv
handbrake
wineWow64Packages.waylandFull
winetricks
];
}

View File

@@ -9,6 +9,7 @@
alsa-oss
openal
libpulseaudio
libGL
];
};
}

View File

@@ -1,5 +1,5 @@
{
home.sharedModules = [
home-manager.sharedModules = [
./home
];
}

View File

@@ -19,7 +19,11 @@ in
prettier.prettier-vscode
docker.docker
redhat.vscode-yaml
github.copilot-chat
];
userSettings = {
"chat.agent.enabled" = true;
};
};
};
}