Set proper resolution for nixwork.

This commit is contained in:
jay
2025-07-20 00:44:55 -04:00
parent 2591c0389d
commit 51e45da8bf

View File

@@ -1,7 +1,7 @@
{ ... }: {
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
"monitor" = "eDP-1, 2560x1600@60, 0x0, 1";
};
};
}