use network manager
move hardware settings to one file
This commit is contained in:
parent
57345466b2
commit
0624de4676
7 changed files with 12 additions and 18 deletions
|
@ -33,4 +33,7 @@
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
# intel graphics
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue