{ lib, ... }: { # Hardware configs hardware = { # Enable graphics graphics = { enable = lib.mkDefault true; enable32Bit = lib.mkDefault true; }; }; }