diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 01:11:25 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 01:11:25 +0200 |
commit | 61c81fba536bb0e3ea9880a1c29920b7b9e6f431 (patch) | |
tree | 48e8fe3c30bde6c5728472588fda253c1976ee95 | |
parent | Add wifi network (diff) | |
download | nixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.tar.gz nixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.tar.bz2 nixos-config-61c81fba536bb0e3ea9880a1c29920b7b9e6f431.zip |
Add tmux program
-rw-r--r-- | hosts/configuration.nix | 5 |
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; |