From 15af54e67db210340f0d79a1615af937583c9bec Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:36:28 +0200 Subject: [PATCH] opnrgb plugins --- modules/graphical/openrgb.nix | 1 + 1 file changed, 1 insertion(+) 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; }