Start tmuxing
This commit is contained in:
5
users/configs/system/tmux/default.nix
Normal file
5
users/configs/system/tmux/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
programs.tmux.enable = true;
|
||||
|
||||
|
||||
}
|
||||
0
users/configs/system/tmux/tmux.conf
Normal file
0
users/configs/system/tmux/tmux.conf
Normal 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 = {
|
||||
|
||||
Reference in New Issue
Block a user