diff --git a/hosts/tohru/hardware.nix b/hosts/tohru/hardware.nix index a2515bd..cd6d18e 100644 --- a/hosts/tohru/hardware.nix +++ b/hosts/tohru/hardware.nix @@ -5,6 +5,16 @@ hardware.cpu.intel.updateMicrocode = true; services.fwupd.enable = true; + services.xserver.videoDrivers = [ "modesetting" ]; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + vpl-gpu-rt + intel-compute-runtime + ]; + }; + services.printing.drivers = [ pkgs.hplip ]; }