tmux
This commit is contained in:
parent
df9e138df3
commit
ba8cc0e484
2 changed files with 10 additions and 0 deletions
|
@ -4,5 +4,6 @@
|
|||
./direnv.nix
|
||||
./xdg.nix
|
||||
./comma.nix
|
||||
./tmux.nix
|
||||
];
|
||||
}
|
||||
|
|
9
home/terminal/programs/tmux.nix
Normal file
9
home/terminal/programs/tmux.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
baseIndex = 1;
|
||||
clock24 = true;
|
||||
mouse = true;
|
||||
escapeTime = 0;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue