Fixed VSCode theming conflict

This commit is contained in:
2024-01-23 14:08:20 -04:00
parent 3e58f3ee8a
commit 3b0c27f3bb
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
home-manager.sharedModules = [
{
stylix.autoEnable = true;
stylix.targets.vscode.enable = false;
}
];
}