added marp vscode plugin to nix environment
This commit is contained in:
parent
bbd5a12a62
commit
be98721c1c
|
@ -19,6 +19,7 @@ with self.pkgs.${system};
|
||||||
]
|
]
|
||||||
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [
|
||||||
vscodium-fhs
|
vscodium-fhs
|
||||||
|
vscode-extensions.marp-team.marp-vscode
|
||||||
freecad
|
freecad
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
|
|
Loading…
Reference in a new issue