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

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