Intellij: add rainbox-plugins plugin

This commit is contained in:
Toast 2023-10-23 12:22:27 +02:00
parent 7e3dc3cb97
commit 36928939d5

View file

@ -8,9 +8,15 @@ with pkgs;
home-manager.users.toast = {
# Install plugins
home.file.".local/share/JetBrains/IntelliJIdea2023.2/catppuccin.jar".source = fetchurl {
home.file = {
".local/share/JetBrains/IntelliJIdea2023.2/catppuccin.jar".source = fetchurl {
url = "https://github.com/catppuccin/jetbrains/releases/download/v2.2.0/Catppuccin.Theme-2.2.0.jar";
sha256 = "143jrhdfg7q24mnnzgqwgxq4glsxznxc6awcifpghr9q6nw1hfi0";
hash = "sha256:143jrhdfg7q24mnnzgqwgxq4glsxznxc6awcifpghr9q6nw1hfi0";
};
".local/share/JetBrains/IntelliJIdea2023.2/rainbow-brackets".source = fetchzip {
url = "https://github.com/izhangzhihao/intellij-rainbow-brackets/releases/download/2023.3.6/intellij-rainbow-brackets-2023.3.6.zip";
hash = "sha256-ZoBVRPZZn8QjXSLtskRtSpGoadc8KNKxsKvdcyNXT74";
};
};
/*