From be1722c60c9e6936ed9dd7521687d9f350c74196 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Oct 2025 11:42:39 +0100 Subject: [PATCH 1/3] 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 From 3523914b28fadfa23cd54b21262e5b45e1527980 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Oct 2025 11:42:51 +0100 Subject: [PATCH 2/3] chore: update comment. --- hosts/skadi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 555ea59..dbf515f 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -105,7 +105,7 @@ nvidiaSupport = true; }; - # Setup gpu fan curves + # Setup gpu fan curves and light undervolt services.lact.enable = true; # Setup rgb control From 6da032eae9e6c31fabca6d132400d008db4b30f4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Oct 2025 11:43:01 +0100 Subject: [PATCH 3/3] feat(skadi): change scx settings. --- hosts/skadi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index dbf515f..f51f01a 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -27,7 +27,7 @@ enable = true; package = pkgs.scx_git.full; scheduler = "scx_lavd"; - extraArgs = ["--autopower"]; + extraArgs = ["--autopilot"]; }; # Get nicer hostname