base: programs: set tmux base index to 1

This commit is contained in:
Antoine Martin 2021-03-24 22:19:01 +01:00
parent 7fca719f18
commit 7725148604

View file

@ -9,7 +9,10 @@
};
less.enable = true;
mosh.enable = true;
tmux.enable = true;
tmux = {
enable = true;
baseIndex = 1;
};
};
environment.systemPackages = with pkgs; [