about summary refs log tree commit diff
path: root/users/fcuny/cli/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/cli/tmux.nix')
-rw-r--r--users/fcuny/cli/tmux.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/users/fcuny/cli/tmux.nix b/users/fcuny/cli/tmux.nix
deleted file mode 100644
index 1a9a2d4..0000000
--- a/users/fcuny/cli/tmux.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  programs.tmux = {
-    enable = true;
-    terminal = "xterm-256color";
-    escapeTime = 0;
-    aggressiveResize = true;
-    shortcut = "z";
-
-    extraConfig = ''
-        setw -g mouse on
-      '';
-    };
-}