From 894e9df970050186078a08f6e2a6c405a18a9875 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sun, 16 Nov 2025 17:57:54 -0500 Subject: {form,fw}: gpu changes --- form/configuration.nix | 1 + fw/configuration.nix | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/form/configuration.nix b/form/configuration.nix index 8f1be1b..f6347c7 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -22,6 +22,7 @@ system.stateVersion = "24.11"; hardware.graphics.enable = true; + hardware.graphics.enable32bit = true; boot.initrd.kernelModules = [ "nvidia" "nvidia_uvm" 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 -- cgit v1.2.3