From 24fc8ee5b05246c260e24fda07a73ebcec6af5be Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 30 Aug 2024 22:28:01 +0100 Subject: [PATCH] add rocm package needed for davinci resolve --- hosts/gabbielaptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 3674bea..8f6695a 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -38,6 +38,7 @@ hardware.graphics = { enable = true; enable32Bit = true; + extraPackages = [ pkgs.rocmPackages.clr.icd ]; # Needed for davinci-resolve to utilize the gpu, otherwise it refuses to launch }; # Enable networking networking.networkmanager.enable = true;