mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/desktop-dev: fix material theme
This commit is contained in:
parent
7b72bee0db
commit
67771c8876
1 changed files with 3 additions and 2 deletions
|
@ -25,13 +25,14 @@ in
|
||||||
with vscode-extensions; [
|
with vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
editorconfig.editorconfig
|
editorconfig.editorconfig
|
||||||
# remove in 24.05
|
|
||||||
unstable.equinusocio.vsc-material-theme
|
|
||||||
github.copilot
|
github.copilot
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
|
] ++ [
|
||||||
|
# remove in 24.05
|
||||||
|
unstable.vscode-extensions.equinusocio.vsc-material-theme
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
# {
|
# {
|
||||||
# name = "vsc-material-theme";
|
# name = "vsc-material-theme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue