revert monitors

This commit is contained in:
Sam 2024-05-31 17:27:38 +01:00
commit baceb411ce
1 changed files with 0 additions and 23 deletions

View File

@ -17,27 +17,4 @@
./common/optional/desktop/cinnamon ./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;
}
];
} }