{ config, pkgs, lib, ... } : with lib; { programs.autorandr = { enable = true; profiles."${config.local.platform}" = config.local.display.autorandrProfile; } }