diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 26107d2..0901c6c 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -117,8 +117,9 @@ position = "top"; height = 30; output = [ - "eDP-1" - "HDMI-A-1" + "eDP-2" + "DP-2" + "DP-3" ]; modules-left = [ "hyprland/workspaces" "hyprland/mode" "wlr/taskbar" ]; modules-center = [ "hyprland/window" "custom/hello-from-waybar" ];