lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #136577 from ImGabe/nord-visual-studio-code

vscode-extensions.arcticicestudio.nord-visual-studio-code: init at 0.18.0

authored by

figsoda and committed by
GitHub
46ae3428 4a304d94

+23
+6
maintainers/maintainer-list.nix
··· 4679 4679 githubId = 993484; 4680 4680 name = "Greg Hale"; 4681 4681 }; 4682 + imgabe = { 4683 + email = "gabrielpmonte@hotmail.com"; 4684 + github = "imgabe"; 4685 + githubId = 24387926; 4686 + name = "Gabriel Pereira"; 4687 + }; 4682 4688 imlonghao = { 4683 4689 email = "nixos@esd.cc"; 4684 4690 github = "imlonghao";
+17
pkgs/misc/vscode-extensions/default.nix
··· 129 129 }; 130 130 }; 131 131 132 + arcticicestudio.nord-visual-studio-code = buildVscodeMarketplaceExtension { 133 + mktplcRef = { 134 + name = "nord-visual-studio-code"; 135 + publisher = "arcticicestudio"; 136 + version = "0.18.0"; 137 + sha256 = "sha256-Uo6peR+2ZNX6nwJ0Yar32Pe0rfBZ+f6ef1cYhUvVUbE="; 138 + }; 139 + meta = with lib; { 140 + description = "An arctic, north-bluish clean and elegant Visual Studio Code theme."; 141 + downloadPage = 142 + "https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code"; 143 + homepage = "https://github.com/arcticicestudio/nord-visual-studio-code"; 144 + license = licenses.mit; 145 + maintainers = with maintainers; [ imgabe ]; 146 + }; 147 + }; 148 + 132 149 arrterian.nix-env-selector = buildVscodeMarketplaceExtension { 133 150 mktplcRef = { 134 151 name = "nix-env-selector";