From 2b909bfb6a50d52a21065e7328798702fbab88ed Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 1 Jan 2026 20:57:41 +0100 Subject: [PATCH] non important commit --- configuration/modules/desktop.nix | 1 + home/modules/hyprland.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modules/desktop.nix b/configuration/modules/desktop.nix index 34f5be1..9083c21 100644 --- a/configuration/modules/desktop.nix +++ b/configuration/modules/desktop.nix @@ -42,5 +42,6 @@ environment.sessionVariables = { TERMINAL = "foot"; EDITOR = "nvim"; + NIXOS_OZONE_WL = "1"; }; } diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 4274d84..1049fda 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -1,5 +1,4 @@ {pkgs, ...}: { - environment.sessionVariables.NIXOS_OZONE_WL = "1"; wayland.windowManager.hyprland = { enable = true; systemd.enable = true;