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" ];