revert monitors

This commit is contained in:
Sam 2024-05-31 17:26:32 +01:00
parent 39d407d236
commit 2f13f63c80
1 changed files with 0 additions and 11 deletions

View File

@ -17,15 +17,4 @@
./common/optional/desktop/cinnamon ./common/optional/desktop/cinnamon
]; ];
monitors = [
{
name = "HDMI-1";
width = 2560;
height = 1440;
refreshRate = 59.95;
x = 0;
workspace = "1";
primary = true;
}
];
} }