From d4fa506baca637b4e22c8748d62b69188fc00193 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Wed, 9 Jul 2025 08:04:07 -0400 Subject: [PATCH] fix: update hyprland monitors Signed-off-by: gwg313 --- home-manager/modules/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/modules/hyprland/default.nix b/home-manager/modules/hyprland/default.nix index 26d34b7..ffe6444 100644 --- a/home-manager/modules/hyprland/default.nix +++ b/home-manager/modules/hyprland/default.nix @@ -25,7 +25,6 @@ in ./hyprspace.nix ./hyprpanel.nix ./hyprlock.nix - ../gammastep.nix ]; home.packages = with pkgs; [ @@ -76,6 +75,8 @@ in monitor = [ "eDP-2,highres,0x0,1" # My internal laptop screen + "DP-1, highres, 0x0,1" + "HDMI-A-1, highres, auto-right,1" ",prefered,auto,1" # default ];