8 lines
119 B
Nix
8 lines
119 B
Nix
{
|
|
config.local.display = {
|
|
"0" = "DisplayPort-0";
|
|
"1" = "DisplayPort-1";
|
|
};
|
|
|
|
config.local.nixos = true;
|
|
} |