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 {
|
||||
hardware = {
|
||||
cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
graphics.extraPackages = with pkgs; [
|
||||
intel-vaapi-driver
|
||||
intel-media-driver
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue