From 9f77a2895fdab9c5a95287cd047116bc70154721 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 21 Apr 2025 22:19:27 +0200 Subject: [PATCH] chore(home-manager): enable tmux for rick --- hosts/rick/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rick/home-config.nix b/hosts/rick/home-config.nix index 6ba8027..5a6295c 100644 --- a/hosts/rick/home-config.nix +++ b/hosts/rick/home-config.nix @@ -15,6 +15,7 @@ git.enable = true; neovim.enable = true; starship.enable = true; + tmux.enable = true; utils.enable = true; vifm.enable = true; zsh.enable = true;