mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: add rocm and davinci resolve to iris
This commit is contained in:
parent
cc6d811c28
commit
55ec6c6683
1 changed files with 7 additions and 0 deletions
|
|
@ -46,6 +46,13 @@
|
|||
gui.enable = true;
|
||||
};
|
||||
|
||||
# Enable ROCM support
|
||||
hardware.amdgpu.opencl.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.davinci-resolve
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelParams = [ ];
|
||||
kernelModules = [ "acpi_call" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue