Start tmuxing

This commit is contained in:
2023-08-18 22:57:04 +01:00
parent f795b5615f
commit a9553d17a5
3 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
programs.tmux.enable = true;
}

View File

View File

@@ -48,6 +48,7 @@
)
restic
rust-analyzer
tmux
unzip
zip
];
@@ -168,9 +169,6 @@ in {
enable = true;
enableAutosuggestions = true;
initExtra = ''
if [ -n "$TMUX" ]; then
setopt ignoreeof
fi
eval "$(direnv hook zsh)"
'';
oh-my-zsh = {