Intellij: install catppuccin plugin
This commit is contained in:
parent
69ae27e713
commit
006ff76290
1 changed files with 8 additions and 0 deletions
|
|
@ -9,4 +9,12 @@
|
||||||
environment.systemPackages = with pkgs; with jetbrains; [
|
environment.systemPackages = with pkgs; with jetbrains; [
|
||||||
idea-ultimate
|
idea-ultimate
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home-manager.users.toast = {
|
||||||
|
# Install plugins
|
||||||
|
home.file.".local/share/JetBrains/IntelliJIdea2023.2/catppuccin.jar".source = builtins.fetchurl {
|
||||||
|
url = "https://github.com/catppuccin/jetbrains/releases/download/v2.2.0/Catppuccin.Theme-2.2.0.jar";
|
||||||
|
sha256 = "143jrhdfg7q24mnnzgqwgxq4glsxznxc6awcifpghr9q6nw1hfi0";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue