From 36936f5f676fc3878eb875f65f1720e93c3da0d9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 2 Sep 2023 12:37:10 +0900 Subject: feat(home/gui): move NIXOS_OZONE_WL to gui * this is a wayland-specific variable --- home/profiles/base/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home/profiles/base') 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; -- cgit 1.4.1