From 67771c8876fa41d750a818ac040dc890df0fc329 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 27 Feb 2024 21:50:16 +0100 Subject: [PATCH] profile/desktop-dev: fix material theme --- profiles/desktop-dev/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/desktop-dev/default.nix b/profiles/desktop-dev/default.nix index 7c573fe..3b51be8 100644 --- a/profiles/desktop-dev/default.nix +++ b/profiles/desktop-dev/default.nix @@ -25,13 +25,14 @@ in with vscode-extensions; [ bbenoist.nix editorconfig.editorconfig - # remove in 24.05 - unstable.equinusocio.vsc-material-theme github.copilot mkhl.direnv ms-azuretools.vscode-docker ms-python.python ms-vscode-remote.remote-ssh + ] ++ [ + # remove in 24.05 + unstable.vscode-extensions.equinusocio.vsc-material-theme ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ # { # name = "vsc-material-theme";