diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 910a793..06737a9 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -104,6 +104,8 @@ in "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ "eDP-1,preferred,auto,1.666667" + "DP-1,preferred,auto-up,1" + "DP-3,preferred,auto-up,1" ]; misc.disable_hyprland_logo = true;