From 21f3f164fddf3aea1ab83747ca3e3065b823f269 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 15 Sep 2022 01:11:25 +0200 Subject: Add tmux program --- hosts/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e9721b6..0a2c8a3 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -137,6 +137,11 @@ forwardX11 = true; }; + tmux = { + enable = true; + clock24 = true; + }; + neovim = { enable = true; viAlias = true; -- cgit 1.4.1