Add openrgb

This commit is contained in:
Tibo De Peuter 2023-10-07 16:16:06 +02:00
parent 706d18da5c
commit 0b3ce8351e

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "intel";
};
}