integra settings de autorandr

This commit is contained in:
Fabián Montero 2022-11-29 18:55:34 -06:00
parent d00d673425
commit 0824f91b7e
5 changed files with 28 additions and 11 deletions

View file

@ -4,5 +4,5 @@ with lib;
programs.autorandr = {
enable = true;
profiles."${config.local.platform}" = config.local.display.autorandrProfile;
}
};
}

View file

@ -3,6 +3,7 @@ with lib;
{
imports = [
./autorandr.nix
./desktop
./i3.nix
./polybar.nix