about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-15 01:11:25 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-15 01:11:25 +0200
commit61c81fba536bb0e3ea9880a1c29920b7b9e6f431 (patch)
tree48e8fe3c30bde6c5728472588fda253c1976ee95 /hosts
parentAdd wifi network (diff)
downloadnixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.tar.gz
nixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.tar.bz2
nixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.zip
Add tmux program
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix5
1 files changed, 5 insertions, 0 deletions
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;