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