From 9edc8b00380e0a255715901fdc0e6c7c6c322338 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Sat, 28 Feb 2026 16:30:45 -0800 Subject: [PATCH] feat: update hardware firmware to use amd --- configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index a9cf3a0..b1bc85c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,8 +75,13 @@ hardware.graphics = { enable = true; enable32Bit = true; - # Add OpenCL support for CPU-based operations - extraPackages = with pkgs; [ pocl ]; + # Add OpenCL support via Rusticl (recommended by NixOS wiki for DaVinci Resolve) + extraPackages = with pkgs; [ mesa.opencl ]; + }; + + # Enable Rusticl for AMD Radeon GPUs (DaVinci Resolve) + environment.variables = { + RUSTICL_ENABLE = "radeonsi"; }; # Enable keyd for key remapping