From 7143545248253dca3a5d91569607cbff43f1dd4b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 12 Jan 2025 19:35:47 -0800 Subject: [PATCH] feat(home): Auto open tmux on login --- modules/home/wayland/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];