diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:03:20 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:03:20 -0700 |
commit | 8789d43b5d174dde1f71b36cce80769808996e2e (patch) | |
tree | 9f9c31c088e2b3eca05f66293ef6bd699b9c28f7 /nix/profiles | |
parent | install and configure tmux for alacritty (diff) | |
download | world-8789d43b5d174dde1f71b36cce80769808996e2e.tar.gz |
i dont know
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 936d34b..dfa7f7a 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -64,6 +64,7 @@ shell = { program = "${pkgs.fish}/bin/fish"; args = [ + "--login" "-c" "tmux attach -t base || tmux new -s base" ]; |