9 lines
108 B
Nix
9 lines
108 B
Nix
{
|
|
programs.tmux = {
|
|
enable = true;
|
|
extraConfig = ''
|
|
set-option -g status off
|
|
'';
|
|
};
|
|
}
|