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" + ]; }