From b95a578a9b130fbeca856e448b7a663bcb4c6d46 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Nov 2024 11:37:17 -0500 Subject: [PATCH] Enable rgb control --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 42c4c74..5a40f7b 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -40,7 +40,7 @@ boot.kernelModules = [ "kvm-amd" "nct6775" ]; services.fwupd.enable = true; - services.hardware.openrgb.enable = true + services.hardware.openrgb.enable = true; # Add flakes nix.settings.experimental-features = [ "nix-command" "flakes" ];