From e53fdea42b719b4065f55bfb462ed2f7db0f112b Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Mar 2023 09:18:59 +0100 Subject: Style(format): Alejandra --- hosts/lahmu/hardware/gpu.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hosts/lahmu') diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix index 9e6ab9e4..62bde0d2 100644 --- a/hosts/lahmu/hardware/gpu.nix +++ b/hosts/lahmu/hardware/gpu.nix @@ -4,12 +4,12 @@ lib, ... }: { -# 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.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