home: add tmux
This commit is contained in:
parent
9ff63ae499
commit
c23d3c6d5c
2 changed files with 11 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
./jq.nix
|
./jq.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./pager.nix
|
./pager.nix
|
||||||
|
./tmux.nix
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
home/tmux.nix
Normal file
10
home/tmux.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
clock24 = true; # I'm one of those heathens
|
||||||
|
escapeTime = 0; # Let vim do its thing instead
|
||||||
|
historyLimit = 5000; # Bigger buffer
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue