From 61c81fba536bb0e3ea9880a1c29920b7b9e6f431 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(+) (limited to 'hosts') 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