From 7cd1da05280dd5167e236442354f12acfbe6b84c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 26 Oct 2025 01:09:57 +0200 Subject: [PATCH] fix: set correct display configuration for `imilia` --- modules/home/hyprland/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 3f6a141..09d768b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -69,6 +69,8 @@ "eDP-1, 2256x1504@60, 0x0, 1.0" else if (host == "zinnia") then "eDP-1, 1920x1080@60, 0x0, 1.0" + else if (host == "imilia") then + "eDP-1, 1920x1080@60, 0x0, 1.0" else ", preferred, auto, 1";