From 583acceb43051a707c38f4a00772ee830a8285d5 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 10 May 2022 23:46:39 -0700 Subject: [PATCH] Add tmux to home.nix --- nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home.nix b/nix/home.nix index acc8ddb..d9c7736 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -45,6 +45,7 @@ in ncdu ripgrep git + tmux ]; programs.direnv.enable = true;