6 lines
130 B
Nix
6 lines
130 B
Nix
{ pkgs, ...}:
|
|
{
|
|
services.hardware.openrgb.enable = true;
|
|
services.hardware.openrgb.package = pkgs.openrgb-with-all-plugins;
|
|
}
|