diff --git a/home/home.nix b/home/home.nix index 8105ebf..ca80bcd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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 = { enable = true; config = {