Add graalvm for jetbrains-toolbox IDEs for more performance
All checks were successful
check / check (push) Successful in 29s
All checks were successful
check / check (push) Successful in 29s
This commit is contained in:
parent
3903008b44
commit
9ed4324c52
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ in
|
|||
'';
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [jetbrains-toolbox];
|
||||
home.packages = with pkgs; [jetbrains-toolbox graalvm-ce];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue