diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 1 | ||||
-rw-r--r-- | home/profiles/gui/default.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index a177e45..38337e1 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -16,7 +16,6 @@ in config = lib.mkIf cfg.enable { home.sessionVariables = rec { - # NIXOS_OZONE_WL = 1; # FIXME: interface 'wl_output' has no event 4 EDITOR = "nvim"; VISUAL = EDITOR; GIT_EDITOR = EDITOR; diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 73ee1fd..24b1a6a 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -69,6 +69,7 @@ in ]; home.sessionVariables = { + NIXOS_OZONE_WL = 1; # NOTE: might cause problems with old electron _JAVA_AWT_WM_NONREPARENTING = "1"; # Fix 'grey screen' issue on java apps }; |