diff options
Diffstat (limited to 'hosts/tiamat/hardware/gpu.nix')
-rw-r--r-- | hosts/tiamat/hardware/gpu.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/tiamat/hardware/gpu.nix b/hosts/tiamat/hardware/gpu.nix index 8d1c077b..403c6f65 100644 --- a/hosts/tiamat/hardware/gpu.nix +++ b/hosts/tiamat/hardware/gpu.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: { +{pkgs, ...}: { # hardware.opengl.extraPackages = with pkgs; [ # rocm-opencl-icd # open-cl # amdvlk # or directly through mesa |