This commit is contained in:
parent
bc61238e78
commit
850e904d22
1 changed files with 5 additions and 0 deletions
|
@ -39,4 +39,9 @@ in {
|
||||||
# Hardware
|
# Hardware
|
||||||
hardware.bosto-touchpad.enable = true;
|
hardware.bosto-touchpad.enable = true;
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
hardware.graphics = {
|
||||||
|
enable = true;
|
||||||
|
extraPackages = [ pkgs.intel-media-sdk ];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue