about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTheMaxMur <muravjev.mak@yandex.ru>2024-03-11 16:27:05 +0300
committerTheMaxMur <muravjev.mak@yandex.ru>2024-03-11 16:27:05 +0300
commita498f64c757cf96284c13c60c5687efdff9997a4 (patch)
tree722e406c35a242307d65fee417aaa09031476a56 /pkgs/applications
parent547c6af1d45c9c4cf37e17ef33607482360715ab (diff)
downloadnixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar.gz
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar.bz2
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar.lz
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar.xz
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.tar.zst
nixlib-a498f64c757cf96284c13c60c5687efdff9997a4.zip
vscode-extensions.equinusocio.vsc-material-theme-icons: init 3.5.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 2db8ca0a5b5c..c7e16641eab2 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1556,6 +1556,22 @@ let
 
       equinusocio.vsc-material-theme = callPackage ./equinusocio.vsc-material-theme { };
 
+      equinusocio.vsc-material-theme-icons = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "vsc-material-theme-icons";
+          publisher = "Equinusocio";
+          version = "3.5.0";
+          sha256 = "sha256-XqtyZVlsPaPkKB9HdigKSXjCwqXe9wzJWeRcPpS6EVM=";
+        };
+        meta = {
+          description = "Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme-icons";
+          homepage = "https://github.com/material-theme/vsc-material-theme-icons";
+          license = lib.licenses.asl20;
+          maintainers = [ lib.maintainers.themaxmur ];
+        };
+      };
+
       esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "prettier-vscode";