home: more vscodium
This commit is contained in:
parent
7853467810
commit
6f311d1563
1 changed files with 13 additions and 0 deletions
|
@ -6,8 +6,21 @@
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
extensions = with inputs.nix-vsx.packages.x86_64-linux; [
|
extensions = with inputs.nix-vsx.packages.x86_64-linux; [
|
||||||
arrterian_nix-env-selector
|
arrterian_nix-env-selector
|
||||||
|
asvetliakov_vscode-neovim
|
||||||
|
GitLab_gitlab-workflow
|
||||||
jnoortheen_nix-ide
|
jnoortheen_nix-ide
|
||||||
|
ms-python_python
|
||||||
|
ms-vscode_makefile-tools
|
||||||
rafaelmardojai_vscode-gnome-theme
|
rafaelmardojai_vscode-gnome-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
userSettings = {
|
||||||
|
# general
|
||||||
|
"update.mode" = "none";
|
||||||
|
"files.autoSave" = "onFocusChange";
|
||||||
|
"workbench.colorTheme" = "GNOME dark";
|
||||||
|
"vscode-neovim.neovimExecutablePaths.linux" = "/run/current-system/sw/bin/nvim";
|
||||||
|
"git.confirmSync" = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue