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;
|
||||
};
|
||||
|
||||
gpm.enable = true;
|
||||
printing.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
(vscode-with-extensions.override {
|
||||
vscode = vscodium;
|
||||
vscodeExtensions = with vscode-extensions; [
|
||||
vscodeExtensions = with vscode-extensions;
|
||||
[
|
||||
mkhl.direnv
|
||||
eamodio.gitlens
|
||||
dart-code.dart-code
|
||||
|
@ -22,6 +23,14 @@
|
|||
pkief.material-icon-theme
|
||||
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