Merge branch 'master' of https://hazzy.nonamesoft.xyz/ghostfox/gooberos
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 = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user