From 64aa355a5882a4c088e8de455edb6cd2eec2213c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 24 May 2024 13:55:24 +0200 Subject: refactor(hosts/apzu): Use new modules --- hosts/apzu/hardware/gpu.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 hosts/apzu/hardware/gpu.nix (limited to 'hosts/apzu/hardware/gpu.nix') diff --git a/hosts/apzu/hardware/gpu.nix b/hosts/apzu/hardware/gpu.nix deleted file mode 100644 index 74e146e2..00000000 --- a/hosts/apzu/hardware/gpu.nix +++ /dev/null @@ -1,20 +0,0 @@ -{pkgs, ...}: { - # 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"; - - hardware.opengl = { - enable = true; - extraPackages = with pkgs; [ - vaapiVdpau - libvdpau-va-gl - - #amdvlk # or directly through mesa - ]; - }; -} -- cgit 1.4.1