diff options
author | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
commit | e53fdea42b719b4065f55bfb462ed2f7db0f112b (patch) | |
tree | 9eb6fdf3833455c9d65e4eeb12dd20d9404f5c5d /hosts | |
parent | Feat(hm/conf/dconf): Add dconf (diff) | |
download | nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.tar.gz nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.zip |
Style(format): Alejandra
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lahmu/hardware/gpu.nix | 16 |
1 files changed, 8 insertions, 8 deletions
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"; } |