Some updates
This commit is contained in:
parent
5ec4e24707
commit
4831a032ac
3 changed files with 30 additions and 28 deletions
|
@ -1,21 +1,21 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.vscode = {
|
||||
basePackage = pkgs.vscodium;
|
||||
# wrappers.vscode = {
|
||||
# basePackage = pkgs.vscodium;
|
||||
|
||||
pathAdd = with pkgs.vscode-extensions; [
|
||||
mkhl.direnv
|
||||
eamodio.gitlens
|
||||
jnoortheen.nix-ide
|
||||
timonwong.shellcheck
|
||||
usernamehw.errorlens
|
||||
ritwickdey.liveserver
|
||||
dbaeumer.vscode-eslint
|
||||
esbenp.prettier-vscode
|
||||
oderwat.indent-rainbow
|
||||
astro-build.astro-vscode
|
||||
pkief.material-icon-theme
|
||||
streetsidesoftware.code-spell-checker
|
||||
arcticicestudio.nord-visual-studio-code
|
||||
];
|
||||
};
|
||||
# pathAdd = with pkgs.vscode-extensions; [
|
||||
# mkhl.direnv
|
||||
# eamodio.gitlens
|
||||
# jnoortheen.nix-ide
|
||||
# timonwong.shellcheck
|
||||
# usernamehw.errorlens
|
||||
# ritwickdey.liveserver
|
||||
# dbaeumer.vscode-eslint
|
||||
# esbenp.prettier-vscode
|
||||
# oderwat.indent-rainbow
|
||||
# astro-build.astro-vscode
|
||||
# pkief.material-icon-theme
|
||||
# streetsidesoftware.code-spell-checker
|
||||
# arcticicestudio.nord-visual-studio-code
|
||||
# ];
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue