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";
|
||||
};
|
||||
|
||||
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 = {
|
||||
enable = true;
|
||||
userName = "Jakub Kropáček";
|
||||
|
|
|
@ -25,14 +25,7 @@ in
|
|||
with pkgs;
|
||||
[
|
||||
zed-editor
|
||||
(vscode-with-extensions.override {
|
||||
vscode = vscodium;
|
||||
vscodeExtensions = with vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
tamasfe.even-better-toml
|
||||
];
|
||||
}
|
||||
)
|
||||
vscodium
|
||||
]
|
||||
++ lib.optionals cfg.install-pycharm [ pkgs.jetbrains.pycharm-professional ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue