diff options
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index f2f7883..ca3ce41 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -19,6 +19,7 @@ in config = lib.mkIf cfg.enable { home.sessionVariables = rec { + # NIXOS_OZONE_WL = 1; # FIXME: interface 'wl_output' has no event 4 EDITOR = "nvim"; VISUAL = "nvim"; GIT_EDITOR = EDITOR; |