Merge pull request #136577 from ImGabe/nord-visual-studio-code
vscode-extensions.arcticicestudio.nord-visual-studio-code: init at 0.18.0
This commit is contained in:
commit
46ae3428c6
2 changed files with 23 additions and 0 deletions
|
@ -4679,6 +4679,12 @@
|
||||||
githubId = 993484;
|
githubId = 993484;
|
||||||
name = "Greg Hale";
|
name = "Greg Hale";
|
||||||
};
|
};
|
||||||
|
imgabe = {
|
||||||
|
email = "gabrielpmonte@hotmail.com";
|
||||||
|
github = "imgabe";
|
||||||
|
githubId = 24387926;
|
||||||
|
name = "Gabriel Pereira";
|
||||||
|
};
|
||||||
imlonghao = {
|
imlonghao = {
|
||||||
email = "nixos@esd.cc";
|
email = "nixos@esd.cc";
|
||||||
github = "imlonghao";
|
github = "imlonghao";
|
||||||
|
|
|
@ -129,6 +129,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
arcticicestudio.nord-visual-studio-code = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "nord-visual-studio-code";
|
||||||
|
publisher = "arcticicestudio";
|
||||||
|
version = "0.18.0";
|
||||||
|
sha256 = "sha256-Uo6peR+2ZNX6nwJ0Yar32Pe0rfBZ+f6ef1cYhUvVUbE=";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
description = "An arctic, north-bluish clean and elegant Visual Studio Code theme.";
|
||||||
|
downloadPage =
|
||||||
|
"https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code";
|
||||||
|
homepage = "https://github.com/arcticicestudio/nord-visual-studio-code";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ imgabe ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
|
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "nix-env-selector";
|
name = "nix-env-selector";
|
||||||
|
|
Loading…
Reference in a new issue