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
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user