From c666f8865fdeb9a280779d99aa02926fec75dc4a Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 11 May 2025 00:43:30 +0530 Subject: [PATCH] enable openrgb --- hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; + }; }