diff options
author | ene <ene@sils.li> | 2023-02-03 17:12:57 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-03 17:45:05 +0100 |
commit | d610a40c132e65b6a56a7a0da8806966bbd41f72 (patch) | |
tree | 93cef29d4e9441eb5026d1b65bc794e74cd22b0a /hosts/IDOHVE/hardware/gpu.nix | |
parent | Fix(packages): Added an "unfree" exception for steam (diff) | |
download | nixos-config-d610a40c132e65b6a56a7a0da8806966bbd41f72.tar.gz nixos-config-d610a40c132e65b6a56a7a0da8806966bbd41f72.zip |
Style: Formatting
Diffstat (limited to '')
-rw-r--r-- | hosts/IDOHVE/hardware/gpu.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/IDOHVE/hardware/gpu.nix b/hosts/IDOHVE/hardware/gpu.nix index 49197c2b..c3df51ae 100644 --- a/hosts/IDOHVE/hardware/gpu.nix +++ b/hosts/IDOHVE/hardware/gpu.nix @@ -4,7 +4,6 @@ lib, ... }: { - hardware.opengl.extraPackages = with pkgs; [ rocm-opencl-icd # open-cl amdvlk # or directly through mesa |