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