home/tmux: add initial config

This commit is contained in:
Asmir A 2023-12-25 18:46:34 +01:00
parent 47181c9fc6
commit 523ace6324
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -52,6 +52,14 @@ with lib; {
}; };
}; };
tmux = {
enable = true;
clock24 = true;
keyMode = "vi";
terminal = "screen-256color";
plugins = with pkgs.tmuxPlugins; [ sysstat net-speed gruvbox ];
};
mpv = { mpv = {
enable = true; enable = true;
config = { config = {