use network manager

move hardware settings to one file
This commit is contained in:
Christoph Cullmann 2024-07-04 18:44:40 +02:00
parent 57345466b2
commit 0624de4676
No known key found for this signature in database
7 changed files with 12 additions and 18 deletions

View file

@ -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 ];
}