diff --git a/hardware-configuration.nix b/hardware-configuration.nix index a0c4c18..27ce503 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -79,4 +79,9 @@ nvidia-container-toolkit.enable = true; graphics.enable = true; }; + + services.hardware.openrgb = { + enable = true; + motherboard = "amd"; + }; }