base: programs: set tmux base index to 1
This commit is contained in:
parent
7fca719f18
commit
7725148604
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@
|
|||
};
|
||||
less.enable = true;
|
||||
mosh.enable = true;
|
||||
tmux.enable = true;
|
||||
tmux = {
|
||||
enable = true;
|
||||
baseIndex = 1;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue