separa configuración en plataformas
This commit is contained in:
parent
1433a1f96b
commit
11b9855244
8 changed files with 83 additions and 17 deletions
6
home/platforms/posixlycorrect.nix
Normal file
6
home/platforms/posixlycorrect.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
config.local.display = {
|
||||
"0" = "DisplayPort-0";
|
||||
"1" = "DisplayPort-1";
|
||||
};
|
||||
}
|
6
home/platforms/thinkpad.nix
Normal file
6
home/platforms/thinkpad.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
config.local.display = {
|
||||
"0" = "eDP-1";
|
||||
"1" = null;
|
||||
};
|
||||
}
|
Reference in a new issue