From a9553d17a5b1e2ce9cf4fe7d2c2070a278007a95 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 18 Aug 2023 22:57:04 +0100 Subject: [PATCH] Start tmuxing --- users/configs/system/tmux/default.nix | 5 +++++ users/configs/system/tmux/tmux.conf | 0 users/daniel/default.nix | 4 +--- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 users/configs/system/tmux/default.nix create mode 100644 users/configs/system/tmux/tmux.conf 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 = {