Compare commits

...

2 commits

Author SHA1 Message Date
4653a6cf94 School/idea: add catppuccin icons 2024-01-10 13:59:33 +01:00
508b032665 School/idea: update rainbow brackets plugin 2024-01-10 13:59:13 +01:00

View file

@ -14,8 +14,12 @@ with pkgs;
hash = "sha256-1Zio3ZDhhZvpo6w9ULNhhDQnyT1W25CLcVSm/LcP648="; hash = "sha256-1Zio3ZDhhZvpo6w9ULNhhDQnyT1W25CLcVSm/LcP648=";
}; };
".local/share/JetBrains/IntelliJIdea2023.3/rainbow-brackets".source = fetchzip { ".local/share/JetBrains/IntelliJIdea2023.3/rainbow-brackets".source = fetchzip {
url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/2023.3.7/intellij-rainbow-brackets-2023.3.7.zip"; url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/latest/intellij-rainbow-brackets-2023.3.9-233.zip";
hash = "sha256-szgyQs3iCge9rI274PA29i+tprPE11xpyJqiccedp6A="; hash = "sha256-faMDP6kU21WOHVjY5Aj4/Glqymo1iUCTuUJdHsq1N/s=";
};
".local/share/JetBrains/IntelliJIdea2023.3/catppuccin-icons.jar".source = fetchurl {
url = "https://github.com/catppuccin/jetbrains-icons/releases/download/v1.1.0/Catppuccin.Icons-1.1.0.jar";
hash = "sha256-aM+IfIwvj1A14ELyW+KI9SaBrX8ZcnqkS59VbAWq9s4=";
}; };
}; };