From aedf0b82542e14e4236d9a793fb900ab4e7c4dbd Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 10 Feb 2022 14:45:54 +0900 Subject: chore: add NIXOS_OZONE_WL variable --- home/profiles/base/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/profiles/base') 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; -- cgit 1.4.1