diff --git a/users/configs/system/tmux/default.nix b/users/configs/system/tmux/default.nix new file mode 100644 index 0000000..5ce1e24 --- /dev/null +++ b/users/configs/system/tmux/default.nix @@ -0,0 +1,5 @@ +{pkgs, ...}: { + programs.tmux.enable = true; + + +} diff --git a/users/configs/system/tmux/tmux.conf b/users/configs/system/tmux/tmux.conf new file mode 100644 index 0000000..e69de29 diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 2e4d65c..6f2ccd6 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -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 = {