diff --git a/modules/home/wayland/hyprland/default.nix b/modules/home/wayland/hyprland/default.nix index eb00772..36e1994 100644 --- a/modules/home/wayland/hyprland/default.nix +++ b/modules/home/wayland/hyprland/default.nix @@ -125,7 +125,7 @@ in { else 2; in [ (lib.getExe config.programs.waybar.package) - "[workspace 1 silent] $terminal" + "[workspace 1 silent] $terminal -e tmux new -s main -A" "[workspace ${toString browserWs} silent] $browser" ];