aboutsummaryrefslogtreecommitdiff
path: root/home/programs/cli/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/programs/cli/tmux.nix')
-rw-r--r--home/programs/cli/tmux.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/home/programs/cli/tmux.nix b/home/programs/cli/tmux.nix
deleted file mode 100644
index 776c443..0000000
--- a/home/programs/cli/tmux.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ pkgs, ... }:
-{
- programs.tmux = {
- enable = true;
- aggressiveResize = true;
- baseIndex = 1;
- clock24 = true;
- escapeTime = 0;
- historyLimit = 100000;
- keyMode = "emacs";
- mouse = true;
- shell = "${pkgs.fish}/bin/fish";
- shortcut = "z";
- terminal = "tmux-256color";
- };
-}