Add graalvm for jetbrains-toolbox IDEs for more performance
All checks were successful
check / check (push) Successful in 29s

This commit is contained in:
Florian RICHER 2024-08-15 16:31:30 +02:00
parent 3903008b44
commit 9ed4324c52
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -11,6 +11,6 @@ in
'';
};
config = mkIf cfg.enable {
home.packages = with pkgs; [jetbrains-toolbox];
home.packages = with pkgs; [jetbrains-toolbox graalvm-ce];
};
}