diff --git a/user-modules/development/ide/matlab.nix b/user-modules/development/ide/matlab.nix index fd89e6e..d7fb723 100644 --- a/user-modules/development/ide/matlab.nix +++ b/user-modules/development/ide/matlab.nix @@ -18,5 +18,9 @@ in home.packages = with pkgs; [ matlab ]; + + home.sessionVariables = { + _JAVA_AWT_WM_NONREPARENTING = "1"; + }; }; }