fix: flake check

This commit is contained in:
Nickolaj Jepsen 2025-12-13 19:53:17 +01:00
parent 2c0c99180e
commit d38a51ae5c
4 changed files with 6 additions and 4 deletions

View file

@ -69,6 +69,9 @@ in {
"github.copilot.nextEditSuggestions.enabled" = true;
"githubPullRequests.codingAgent.uiIntegration" = true;
"githubPullRequests.pullBranch" = "always";
"chat.tools.terminal.autoApprove" = {
"nix" = true;
};
# Theme
"workbench.colorTheme" = "Darcula Theme from IntelliJ";