nixos(ooksdesk): swap to new monitor

This commit is contained in:
ooks-io 2024-09-29 20:29:53 +13:00
parent 1d8715ab93
commit 7f8289082b

View file

@ -33,9 +33,9 @@
{ {
name = "DP-1"; name = "DP-1";
primary = true; primary = true;
width = 2560; width = 1920;
height = 1440; height = 1080;
refreshRate = 155; refreshRate = 60;
workspace = "1"; workspace = "1";
} }
]; ];