diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:02:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:02:16 -0700 |
| commit | b3d49dcb70a67c7fc60bfff9914bf0434e2b6390 (patch) | |
| tree | ceed15cca5f2d63fbb293f312a40349549d8bc30 /users/fcuny/cli/tmux.nix | |
| parent | delete all devel modules (diff) | |
| download | infra-b3d49dcb70a67c7fc60bfff9914bf0434e2b6390.tar.gz | |
delete all CLI modules
Everything is under home/ now
Diffstat (limited to 'users/fcuny/cli/tmux.nix')
| -rw-r--r-- | users/fcuny/cli/tmux.nix | 13 |
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 - ''; - }; -} |
