home: more vscodium

This commit is contained in:
Max Headroom 2022-02-17 23:39:07 +01:00
parent 7853467810
commit 6f311d1563

View file

@ -6,8 +6,21 @@
package = pkgs.vscodium;
extensions = with inputs.nix-vsx.packages.x86_64-linux; [
arrterian_nix-env-selector
asvetliakov_vscode-neovim
GitLab_gitlab-workflow
jnoortheen_nix-ide
ms-python_python
ms-vscode_makefile-tools
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;
};
};
}