nixos/system/hardware.nix
2024-06-12 20:37:03 +02:00

3 lines
41 B
Nix

{...}: {
hardware.i2c.enable = true;
}