diff --git a/modules/graphical/openrgb.nix b/modules/graphical/openrgb.nix index d4a2e91..bdfdd0a 100644 --- a/modules/graphical/openrgb.nix +++ b/modules/graphical/openrgb.nix @@ -1,4 +1,5 @@ { pkgs, ...}: { services.hardware.openrgb.enable = true; + services.hardware.openrgb.package = pkgs.openrgb-with-all-plugins; }