]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/tmux.nix
ida: add host
[julm/julm-nix.git] / homes / softwares / tmux.nix
1 {
2 programs.tmux = {
3 baseIndex = 1;
4 clock24 = true;
5 customPaneNavigationAndResize = true;
6 extraConfig = builtins.readFile ./tmux.conf;
7 keyMode = "vi";
8 secureSocket = false;
9 sensibleOnTop = true;
10 shortcut = "C-a";
11 terminal = "screen";
12 };
13 }