codium
This commit is contained in:
parent
ea22b2ce12
commit
c2097f4e90
2 changed files with 11 additions and 8 deletions
|
@ -134,6 +134,16 @@
|
||||||
style.name = "adwaita-dark";
|
style.name = "adwaita-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vscodium;
|
||||||
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
dracula-theme.theme-dracula
|
||||||
|
vscodevim.vim
|
||||||
|
yzhang.markdown-all-in-one
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Jakub Kropáček";
|
userName = "Jakub Kropáček";
|
||||||
|
|
|
@ -25,14 +25,7 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
zed-editor
|
zed-editor
|
||||||
(vscode-with-extensions.override {
|
vscodium
|
||||||
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