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

@ -26,4 +26,7 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# amd graphics
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
}