mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-13 23:28:20 +01:00
laptop: add IDEAappwrapper to set JAVA_HOME
This commit is contained in:
parent
317d66bab2
commit
476280c3ef
2 changed files with 33 additions and 4 deletions
|
|
@ -94,19 +94,19 @@
|
|||
# dev
|
||||
# Wrap idea-community to add libraries required for Minecraft Moddev
|
||||
jetbrains.idea-community
|
||||
(mylib.appwrapper {
|
||||
(mylib.IDEAappwrapper {
|
||||
inherit pkgs;
|
||||
inputpkg = jetbrains.idea-community;
|
||||
pkgsuffix = "mcdev-jbr17";
|
||||
libraries = with pkgs; [libpulseaudio libGL glfw openal stdenv.cc.cc.lib];
|
||||
extrapathpkgs = with pkgs; [jetbrains.jdk-no-jcef-17];
|
||||
jdk = pkgs.jetbrains.jdk-no-jcef-17;
|
||||
})
|
||||
(mylib.appwrapper {
|
||||
(mylib.IDEAappwrapper {
|
||||
inherit pkgs;
|
||||
inputpkg = jetbrains.idea-community;
|
||||
pkgsuffix = "mcdev-jbr21";
|
||||
libraries = with pkgs; [libpulseaudio libGL glfw openal stdenv.cc.cc.lib];
|
||||
extrapathpkgs = with pkgs; [jetbrains.jdk-no-jcef];
|
||||
jdk = pkgs.jetbrains.jdk-no-jcef;
|
||||
})
|
||||
packwiz
|
||||
# vscodium # see programs.vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue