hardware/cpu/intel.nix: fix nix code
This commit is contained in:
parent
0a90056a15
commit
8606d029f7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
in {
|
in {
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.graphics.extraPackages = with pkgs; [
|
graphics.extraPackages = with pkgs; [
|
||||||
intel-vaapi-driver
|
intel-vaapi-driver
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue