Add vscode theme configuration

This commit is contained in:
panotaka
2023-12-07 10:00:21 -04:00
parent 008cdf0aa2
commit ad31be1d58
2 changed files with 5 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
./themes/sandstone-forest
./themes/targets/foot.nix
./themes/targets/kitty.nix
./themes/targets/kde.nix
./themes/targets/vscode.nix
];
};
};

View File

@@ -0,0 +1,4 @@
{
stylix.autoEnable = false;
stylix.targets.vscode.enable = true;
}