about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-10 14:45:54 +0900
committersefidel <contact@sefidel.net>2022-02-10 14:46:41 +0900
commitaedf0b82542e14e4236d9a793fb900ab4e7c4dbd (patch)
tree58124544f327ca662c46d0193e064c474fa6f4bd /home
parent5a8bcbded2972ea76bdf6ee348ec5bda8541cb26 (diff)
downloadnixrc-aedf0b82542e14e4236d9a793fb900ab4e7c4dbd.tar.gz
nixrc-aedf0b82542e14e4236d9a793fb900ab4e7c4dbd.zip
chore: add NIXOS_OZONE_WL variable
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix1
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;