Add arb-editor
This commit is contained in:
parent
f41698a4ec
commit
18bfabfc21
2 changed files with 26 additions and 18 deletions
|
@ -6,7 +6,6 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpm.enable = true;
|
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,23 +6,32 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(vscode-with-extensions.override {
|
(vscode-with-extensions.override {
|
||||||
vscode = vscodium;
|
vscode = vscodium;
|
||||||
vscodeExtensions = with vscode-extensions; [
|
vscodeExtensions = with vscode-extensions;
|
||||||
mkhl.direnv
|
[
|
||||||
eamodio.gitlens
|
mkhl.direnv
|
||||||
dart-code.dart-code
|
eamodio.gitlens
|
||||||
dart-code.flutter
|
dart-code.dart-code
|
||||||
jnoortheen.nix-ide
|
dart-code.flutter
|
||||||
timonwong.shellcheck
|
jnoortheen.nix-ide
|
||||||
usernamehw.errorlens
|
timonwong.shellcheck
|
||||||
ritwickdey.liveserver
|
usernamehw.errorlens
|
||||||
dbaeumer.vscode-eslint
|
ritwickdey.liveserver
|
||||||
esbenp.prettier-vscode
|
dbaeumer.vscode-eslint
|
||||||
oderwat.indent-rainbow
|
esbenp.prettier-vscode
|
||||||
astro-build.astro-vscode
|
oderwat.indent-rainbow
|
||||||
pkief.material-icon-theme
|
astro-build.astro-vscode
|
||||||
streetsidesoftware.code-spell-checker
|
pkief.material-icon-theme
|
||||||
arcticicestudio.nord-visual-studio-code
|
streetsidesoftware.code-spell-checker
|
||||||
];
|
arcticicestudio.nord-visual-studio-code
|
||||||
|
]
|
||||||
|
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
{
|
||||||
|
name = "arb-editor";
|
||||||
|
publisher = "google";
|
||||||
|
version = "0.2.1";
|
||||||
|
sha256 = "sha256-uHdQeW9ZXYg6+VnD6cb5CU10/xV5hCtxt5K+j0qb7as=";
|
||||||
|
}
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue