feat(system): enable ddcci for external monitor brightness control
Some checks failed
Check / eval (push) Has been cancelled

This commit is contained in:
Bernardo Magri
2026-07-08 22:24:49 +01:00
parent fbd4e0503e
commit 3322db7caf
3 changed files with 32 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ in
# between earlyoom (true) and smartd (false).
services.systembus-notify.enable = true;
# Enable I2C and DDC/CI by default for external monitor brightness control.
nomarchy.hardware.i2c.ddcci = lib.mkDefault true;
networking.networkmanager.enable = lib.mkDefault true;
# OpenVPN support for the VPN menu's import/connect flow (nomarchy-vpn).
# WireGuard needs no plugin (NetworkManager imports wg .conf natively);