feat(skadi): add ddcutil for managing monitor settings.
This commit is contained in:
parent
54789106f8
commit
c9f8069c24
1 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,9 @@
|
||||||
# Setup gpu fan curves and light undervolt
|
# Setup gpu fan curves and light undervolt
|
||||||
services.lact.enable = true;
|
services.lact.enable = true;
|
||||||
|
|
||||||
|
# Setup display brightness changing using ddcutil
|
||||||
|
hardware.i2c.enable = true;
|
||||||
|
|
||||||
# Setup rgb control
|
# Setup rgb control
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
|
|
||||||
|
|
@ -291,6 +294,7 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
libva-utils
|
libva-utils
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
ddcutil
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable nixd to see nixpkgs path
|
# Enable nixd to see nixpkgs path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue