hosts/main: enable i2c and openrgb for rgb control
This commit is contained in:
parent
209c87b0ee
commit
fc7790bc15
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@
|
|||
|
||||
services.printing.startWhenNeeded = false;
|
||||
|
||||
# rgb control for razer, graphics card and motherboard
|
||||
hardware.i2c.enable = true;
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue