Add var envs & paneru derivation

This commit is contained in:
2026-02-15 14:28:42 +01:00
parent 51e0a62c03
commit 50e8057907
8 changed files with 46 additions and 3 deletions
+3
View File
@@ -20,6 +20,9 @@ in
home.sessionVariables = {
JAVA_HOME = "${pkgs.jdk25}";
M2_HOME = "${config.xdg.dataHome}/maven";
MVN_HOME = "${config.xdg.dataHome}/maven";
MAVEN_HOME = "${config.xdg.dataHome}/maven";
};
};