Add python env

This commit is contained in:
2026-02-13 23:35:25 +01:00
parent acec0450ab
commit fb80be90c0
3 changed files with 9 additions and 4 deletions
+6 -2
View File
@@ -15,8 +15,12 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
javaPackages.compiler.openjdk25
]
jdk25
];
home.sessionVariables = {
JAVA_HOME = "${pkgs.jdk25}";
};
};
}