From c89cdad98e6b06d6e8e7a64787bcabd755e865bd Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 7 Mar 2025 18:04:59 +0100 Subject: [PATCH] feat(morty): enable tmux --- hosts/morty/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 1aeab52..d8708ff 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -13,6 +13,7 @@ git.enable = true; neovim.enable = true; starship.enable = true; + tmux.enable = true; utils.enable = true; vifm.enable = true; zellij.enable = true;