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"