Compare commits

...

2 Commits

Author SHA1 Message Date
Sam baceb411ce revert monitors 2024-05-31 17:27:38 +01:00
Sam 2f13f63c80 revert monitors 2024-05-31 17:26:32 +01:00
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;
}
];
} }