Forced vscode theme

This commit is contained in:
2024-01-23 09:27:04 -04:00
parent 1cb8e4f164
commit 93f8d6e14f

View File

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