about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix1
1 files changed, 0 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;