From 649ac0abffdc0ad4d383d48a2c41db93c052dd4a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 25 Oct 2024 08:36:54 +0200 Subject: [PATCH] fix(hypr -> nix): Define `NIXOS_OZONE_WL` session variable --- de/hypr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/de/hypr/default.nix b/de/hypr/default.nix index 6c91e6e..30f2411 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -74,6 +74,7 @@ extraConfig = builtins.readFile ./hyprland.conf; plugins = [inputs.hy3.packages.${pkgs.system}.hy3]; }; + home.sessionVariables.NIXOS_OZONE_WL = "1"; # bar is required imports = [