From be98721c1c6889e97a8cb7f624bb7b38f375cfb7 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Thu, 28 Sep 2023 09:31:19 +0200 Subject: [PATCH] added marp vscode plugin to nix environment --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index 61adc0a..cfdd5dd 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -19,6 +19,7 @@ with self.pkgs.${system}; ] ++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [ vscodium-fhs + vscode-extensions.marp-team.marp-vscode freecad ] ++ [