mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vscode-extensions.zguolee.tabler-icons: init at 0.3.4
This commit is contained in:
parent
536c64b528
commit
763d41289b
1 changed files with 16 additions and 0 deletions
|
@ -5046,6 +5046,22 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
zguolee.tabler-icons = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "tabler-icons";
|
||||
publisher = "zguolee";
|
||||
version = "0.3.4";
|
||||
hash = "sha256-0XvB9UXqKHbL/ejUfciSvFzZ3GacaQ7pq6hJqRaxq+8=";
|
||||
};
|
||||
meta = {
|
||||
description = "Tabler product icon theme for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=zguolee.tabler-icons";
|
||||
homepage = "https://github.com/zguolee/vscode-tabler-icons";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.uncenter ];
|
||||
};
|
||||
};
|
||||
|
||||
zhuangtongfa.material-theme = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "material-theme";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue