From 47115d9ee26b8494e140eb81e0f8ceb3d4015c39 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 27 Dec 2025 11:08:42 +0100 Subject: [PATCH] pinwheel: Fix screen flickering --- hosts/pinwheel/modules/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 439923d..74d2038 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -180,5 +180,7 @@ in # openGL is needed for wayland/hyprland hardware.graphics.enable = true; + + boot.kernelParams = [ "i915.enable_psr=0" ]; }; }