From d067a385b122c13d9a03613c29b53f6b83e6f699 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 10:33:34 +0200 Subject: [PATCH] chore: edit comment for tmux --- modules/home/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index 143e1ee..bfe9dc6 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -13,5 +13,6 @@ ++ [(import ./vscodium.nix)] # vscode forck ++ [(import ./waybar)] # status bar ++ [(import ./wofi.nix)] # launcher - ++ [(import ./zsh.nix)]; # shell + ++ [(import ./zsh.nix)] # shell + ++ [(import ./tmux.nix)]; # terminal multiplexer }