summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 1dde4da..811b2ea 100644
--- a/shell.nix
+++ b/shell.nix
@@ -19,5 +19,6 @@ pkgs.stdenv.mkDerivation rec {
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''
21 export PROMPT_INFO="${name}" 21 export PROMPT_INFO="${name}"
22 export _JAVA_AWT_WM_NONREPARENTING=1
22 ''; 23 '';
23} 24}