t14_legacy_config/home/gui/randr.nix

9 lines
172 B
Nix
Raw Normal View History

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