diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-20 18:15:44 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-20 18:15:44 +0100 |
commit | 5382bf0b19925f0031ccf9605faf518fc285b731 (patch) | |
tree | 1731207eac1b3c5155a0f704ad124588ba39a41b | |
parent | c4526f1b17232ec67f3b5c6e64624e3ad3e6beff (diff) | |
download | uni-5382bf0b19925f0031ccf9605faf518fc285b731.tar uni-5382bf0b19925f0031ccf9605faf518fc285b731.tar.gz uni-5382bf0b19925f0031ccf9605faf518fc285b731.tar.bz2 uni-5382bf0b19925f0031ccf9605faf518fc285b731.tar.xz uni-5382bf0b19925f0031ccf9605faf518fc285b731.zip |
GUIs in java require some finicking
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | } |