7 lines
69 B
Nix
7 lines
69 B
Nix
{ ... }:
|
|
{
|
|
services = {
|
|
hardware.openrgb.enable = true;
|
|
};
|
|
}
|