NixFiles/systems/nixos/openrgb.nix

9 lines
129 B
Nix

{ config, pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
};
}