From 89d9d69fb52d98b2718f43008750d5c0d8fc08f5 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 27 Mar 2025 15:37:41 +0100 Subject: [PATCH] chore(work): install tmux --- hosts/work/home-config.nix | 1 + 1 file changed, 1 insertion(+) 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;