diff --git a/home/home.nix b/home/home.nix index 311d093..84fd2ab 100644 --- a/home/home.nix +++ b/home/home.nix @@ -97,6 +97,7 @@ in { sessionVariables = { CARGO_NET_GIT_FETCH_WITH_CLI = "true"; PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc"; + _JAVA_AWT_WM_NONREPARENTING = "1"; }; };