diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index 45b0195..2ed7d11 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -17,6 +17,7 @@ }; neovim.enable = true; starship.enable = true; + tmux.enable = true; utils.enable = true; vifm.enable = true; zellij.enable = true;