From be1722c60c9e6936ed9dd7521687d9f350c74196 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Oct 2025 11:42:39 +0100 Subject: [PATCH] feat(skadi): add openrgb. --- hosts/skadi/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 63afcfb..555ea59 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -108,7 +108,10 @@ # Setup gpu fan curves services.lact.enable = true; - # Needed modules to have fan control + # Setup rgb control + services.hardware.openrgb.enable = true; + + # Needed modules to have fan control and ntsync boot.kernelModules = ["coretemp" "nct6775" "ntsync"]; # Enable ratbagd to customize mouse options