From 19ad0e1223622c4c0be670bdb950da4a86018f1c Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 30 May 2024 22:36:36 -0700 Subject: [PATCH] add intel-gpu-tools --- hosts/goopnet-interface/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/goopnet-interface/hardware.nix b/hosts/goopnet-interface/hardware.nix index b9dfe29..d381e74 100755 --- a/hosts/goopnet-interface/hardware.nix +++ b/hosts/goopnet-interface/hardware.nix @@ -67,6 +67,8 @@ MOZ_DISABLE_RDD_SANDBOX = "1"; }; + environment.systemPackages = with pkgs; [ intel-gpu-tools ]; + boot.kernelParams = [ # enable the i915 sandybridge framebuffer compression (475mw savings) "i915.i915_enable_fbc=1"