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