diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-16 17:57:54 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-16 17:57:54 -0500 |
| commit | 894e9df970050186078a08f6e2a6c405a18a9875 (patch) | |
| tree | 524a1997903b81f6d4a179ebb5307bdbc0dff0b0 /fw | |
| parent | 64991dd740175388662c45674bc65a4aa6a1d538 (diff) | |
| download | home-894e9df970050186078a08f6e2a6c405a18a9875.tar.gz | |
{form,fw}: gpu changes
Diffstat (limited to 'fw')
| -rw-r--r-- | fw/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix index 3fd8ba2..610f3e9 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -49,6 +49,16 @@ "video" ]; # TODO: remove + hardware.graphics = { + enable = true; + enable32Bit = true; + extraPackages = with pkgs; [ + rocmPackages.clr.icd + ]; + }; + + hardware.amdgpu.opencl.enable = true; + environment.gnome.excludePackages = with pkgs; [ gnome-photos geary |