trying to fix extensions
This commit is contained in:
parent
2343c192f8
commit
ea22b2ce12
1 changed files with 8 additions and 1 deletions
|
@ -25,7 +25,14 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
zed-editor
|
zed-editor
|
||||||
vscodium
|
(vscode-with-extensions.override {
|
||||||
|
vscode = vscodium;
|
||||||
|
vscodeExtensions = with vscode-extensions; [
|
||||||
|
jnoortheen.nix-ide
|
||||||
|
tamasfe.even-better-toml
|
||||||
|
];
|
||||||
|
}
|
||||||
|
)
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.install-pycharm [ pkgs.jetbrains.pycharm-professional ];
|
++ lib.optionals cfg.install-pycharm [ pkgs.jetbrains.pycharm-professional ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue