cyclone: Add Prism launcher
This commit is contained in:
parent
5b95414949
commit
4019e1c598
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cider
|
cider
|
||||||
discord
|
discord
|
||||||
|
(prismlauncher.override {
|
||||||
|
jdks = [ pkgs.jdk23 ];
|
||||||
|
})
|
||||||
vscode
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue