From 73cd9263d65decb28b3d9111ed6bcb2f2bab0769 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 30 Sep 2025 23:03:07 +0200 Subject: [PATCH] feat(desktop): add monitor config. --- modules/linux/home-manager/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 764bcc5..078c450 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -144,6 +144,7 @@ in { monitor = [ "HDMI-A-1, 1920x1080@144, 0x0, 1" + "DP-1, 1920x1080@165, 0x0, 1" "eDP-1, 1920x1080, 0x0, 1" "sunshine, 1920x1080@144, 0x0, 1" ];