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

View File

@@ -2,7 +2,6 @@
pkgs,
system,
inputs,
lib,
...
}: {
stylix.image = ./wallpaper.jpg;
@@ -16,7 +15,7 @@
vscode-marketplace.huytd.tokyo-city
vscode-marketplace.vscode-icons-team.vscode-icons
];
userSettings = lib.mkForce {
userSettings = {
"workbench.colorTheme" = "Tokyo City Darker";
"workbench.iconTheme" = "vscode-icons";
};