mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds openrgb service
This commit is contained in:
parent
3a7e0e9657
commit
2faaa98f66
1 changed files with 12 additions and 0 deletions
12
modules/core/openrgb.nix
Normal file
12
modules/core/openrgb.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.hardware.openrgb = {
|
||||
enable = true;
|
||||
package = pkgs.openrgb-with-all-plugins;
|
||||
motherboard = "amd";
|
||||
server = {
|
||||
port = 6742;
|
||||
# autoStart = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue