1 2 3 4 5 6
{ pkgs, ... }: { hardware.i2c.enable = true; environment.systemPackages = with pkgs; [ ddcutil ]; }