dell/xps/13-9315: fix screen flickering

This commit is contained in:
Laureηt
2025-02-12 19:27:37 +01:00
committed by mergify[bot]
parent cda8312060
commit fb12c8270a

View File

@@ -27,4 +27,7 @@
# enable cooling management, see NixOS/nixos-hardware#127 # enable cooling management, see NixOS/nixos-hardware#127
services.thermald.enable = lib.mkDefault true; services.thermald.enable = lib.mkDefault true;
# fix laptop's screen flickering, see https://wiki.archlinux.org/title/Intel_graphics#Screen_flickering
boot.kernelParams = ["i915.enable_psr=0"];
} }