From 009b8bfa7970f18d8fb0c1e471c5c0a16a6f690f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 25 Jul 2025 13:48:30 +0800 Subject: [PATCH] fix: temporary patch for opengl on hyprland --- reference/hosts/callisto/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/hosts/callisto/home.nix b/reference/hosts/callisto/home.nix index 32d2419..a3dd7db 100644 --- a/reference/hosts/callisto/home.nix +++ b/reference/hosts/callisto/home.nix @@ -8,4 +8,8 @@ liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1"; liminalOS.desktop.hyprland.screenlocker.useCrashFix = true; + + wayland.windowManager.hyprland.settings.env = [ + "GSK_RENDERER,ngl" + ]; }