NixFiles/systems/mdesktop/openrgb.nix

9 lines
129 B
Nix
Raw Normal View History

2023-04-15 19:27:45 +01:00
{ config, pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
};
}