From 833e766d116a9b127b08a0c7032e0a9d06069b2a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 12 Jun 2026 17:08:58 +0200 Subject: [PATCH] fix: sakura has moved to a different machine, update display configuration --- modules/home/hyprland/config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 396e9d0..2e05510 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -105,8 +105,10 @@ "debug:disable_scale_checks" = true; monitor = - if (host == "sakura") then + if (host == "fw13") then "eDP-1, 2256x1504@60, 0x0, 1.0" + else if (host == "sakura") then + "eDP-1, 1920x1200@60, 0x0, 1.0" else if (host == "zinnia") then "eDP-1, 1920x1080@60, 0x0, 1.0" else if (host == "imilia") then