diff options
Diffstat (limited to 'hosts')
-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; |