From 871d3f95963eac25765427ecca9a8e4812071439 Mon Sep 17 00:00:00 2001 From: ene Date: Wed, 1 Feb 2023 21:33:11 +0100 Subject: Feat: Split the config apart --- hosts/IDOHVE/gpu.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hosts/IDOHVE/gpu.nix (limited to 'hosts/IDOHVE/gpu.nix') diff --git a/hosts/IDOHVE/gpu.nix b/hosts/IDOHVE/gpu.nix deleted file mode 100644 index 6796d04b..00000000 --- a/hosts/IDOHVE/gpu.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - config, - pkgs, - lib, - ... -}: { - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # TODO - - hardware.opengl.extraPackages = with pkgs; [ - rocm-opencl-icd # open-cl - amdvlk # or directly through mesa - amd-media-driver # libva - ]; - - # Force radv, TODO is this logical? - environment.variables.AMD_VULKAN_ICD = "RADV"; -} -- cgit 1.4.1