feat: move openrgb to desktop role

This commit is contained in:
Ahwx 2025-02-13 11:19:07 +01:00
parent 43fc67dfc7
commit 07b52feb4c
2 changed files with 9 additions and 12 deletions

View file

@ -1,12 +0,0 @@
{ pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "amd";
server = {
port = 6742;
# autoStart = true;
};
};
}