Compare commits

..

No commits in common. "baceb411ceb1fd138a8d0d9dfd52e6072bba5fd6" and "d14e0e34a34d6fba35e977c8737fd78c60285a32" have entirely different histories.

1 changed files with 23 additions and 0 deletions

View File

@ -17,4 +17,27 @@
./common/optional/desktop/cinnamon
];
monitors = [
{
name = "HDMI-0";
width = 2560;
height = 1440;
vendor = "SAM";
product = "SAMSUNG";
serial = "0x01000e00";
refreshRate = 60;
x = 0;
primary = true;
}
{
name = "HDMI-1";
width = 2560;
height = 1440;
vendor = "ACI";
product = "ASUS PB277";
serial = "0x0002507d";
refreshRate = 75;
x = 2560;
}
];
}