mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move openrgb to desktop role
This commit is contained in:
parent
43fc67dfc7
commit
07b52feb4c
2 changed files with 9 additions and 12 deletions
|
|
@ -29,4 +29,13 @@ in {
|
|||
thermald.enable = true;
|
||||
};
|
||||
};
|
||||
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