mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: flake check
This commit is contained in:
parent
2c0c99180e
commit
d38a51ae5c
4 changed files with 6 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue