From 523ace6324053be94b2b987e50a93893e2c34b90 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 25 Dec 2023 18:46:34 +0100 Subject: [PATCH] home/tmux: add initial config --- home/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = {