From 9f58a2560d5d300ca31bda59a9c6acf8c3c85876 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 8 Apr 2025 13:08:49 -0700 Subject: [PATCH] fix(callisto): use screenlocker crash fix --- reference/hosts/callisto/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/hosts/callisto/home.nix b/reference/hosts/callisto/home.nix index ce05d57..bef4d04 100644 --- a/reference/hosts/callisto/home.nix +++ b/reference/hosts/callisto/home.nix @@ -7,6 +7,7 @@ home.stateVersion = "24.05"; liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1"; + liminalOS.desktop.hyprland.screenlocker.useCrashFix = true; # explicit sync must be disabled for honeykrisp to load wayland.windowManager.hyprland.settings.render.explicit_sync = 0;