t14_legacy_config/home/gui/randr.nix
2022-11-29 18:16:50 -06:00

9 lines
172 B
Nix

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