diff --git a/modules/home/default.nix b/modules/home/default.nix index bfe9dc6..476fb79 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -14,5 +14,6 @@ ++ [(import ./waybar)] # status bar ++ [(import ./wofi.nix)] # launcher ++ [(import ./zsh.nix)] # shell + ++ [(import ./steam.nix)] # steam ++ [(import ./tmux.nix)]; # terminal multiplexer }