From 3a0db3f40c1c6342121a10ccef30381bab20fb37 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 14 Mar 2025 17:03:47 +0100 Subject: [PATCH] Description --- nixos/modules/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hyprland/hyprland.nix b/nixos/modules/hyprland/hyprland.nix index 951c393..32146cb 100644 --- a/nixos/modules/hyprland/hyprland.nix +++ b/nixos/modules/hyprland/hyprland.nix @@ -174,7 +174,7 @@ in { allow_tearing = false; layout = "dwindle"; }; - render = lib.mkIf hwconfig.system == "aarch64-linux"{ + render = lib.mkIf (hwconfig.system == "aarch64-linux") { # Explicit sync breaks asahi driver https://github.com/hyprwm/Hyprland/issues/8158 explicit_sync = 0; };