integra settings de autorandr
This commit is contained in:
parent
d00d673425
commit
0824f91b7e
5 changed files with 28 additions and 11 deletions
|
@ -4,5 +4,5 @@ with lib;
|
|||
programs.autorandr = {
|
||||
enable = true;
|
||||
profiles."${config.local.platform}" = config.local.display.autorandrProfile;
|
||||
}
|
||||
};
|
||||
}
|
|
@ -3,6 +3,7 @@ with lib;
|
|||
{
|
||||
|
||||
imports = [
|
||||
./autorandr.nix
|
||||
./desktop
|
||||
./i3.nix
|
||||
./polybar.nix
|
||||
|
|
Reference in a new issue