From 44a3b3f5b43a3482f8648dcf300abe19e5523d94 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:11:07 +0530 Subject: [PATCH] disable wlr no hardware as we are not using NVIDIA --- system/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hyprland.nix b/system/hyprland.nix index f1c81c65..f09b9c2a 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -142,7 +142,7 @@ # Environment variables to start the session with environment.sessionVariables = { GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas"; - WLR_NO_HARDWARE_CURSORS = "1"; # cursor not visible in some instance + # WLR_NO_HARDWARE_CURSORS = "1"; # cursor not visible in some instance NIXOS_OZONE_WL = "1"; # for electron apps to run on wayland MOZ_ENABLE_WAYLAND = "1"; SDL_VIDEODRIVER = "wayland";