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