Set env variable to make matlab render

This commit is contained in:
Jan-Bulthuis 2025-01-26 13:01:54 +01:00
parent 0c670125c3
commit 592f5dc0ef
1 changed files with 4 additions and 0 deletions

View File

@ -18,5 +18,9 @@ in
home.packages = with pkgs; [
matlab
];
home.sessionVariables = {
_JAVA_AWT_WM_NONREPARENTING = "1";
};
};
}