From 87572af7db8112d3e3f53a4529778f2dd7c8652e Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 8 Oct 2022 20:21:46 +0200 Subject: [PATCH] add tmux module --- modules/shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/default.nix b/modules/shell/default.nix index 8506930..2a5f400 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -12,5 +12,6 @@ [ ./git.nix + ./tmux.nix ./zsh.nix ]