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 }