Skip to content

Commit 5c3e9ef

Browse files
committed
Revert "nixos: fix sway screen glitches by disabling i915 psr"
This reverts commit 0e6667110d1e7a432ab184f8fef246bcd96cd30b.
1 parent 24f42fe commit 5c3e9ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nix/hardware/hardware-configuration.aol.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464

6565
services.xserver.videoDrivers = [ "nvidia" ];
6666

67-
# https://bbs.archlinux.org/viewtopic.php?pid=2093176#p2093176
68-
boot.kernelParams = [ "i915.enable_psr=0" ];
69-
7067
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
7168

7269
hardware = {

0 commit comments

Comments
 (0)