diff --git a/modules/home-manager/all-modules.nix b/modules/home-manager/all-modules.nix index 148d412..a5b4a7b 100644 --- a/modules/home-manager/all-modules.nix +++ b/modules/home-manager/all-modules.nix @@ -25,6 +25,7 @@ ./sway.nix ./tmux.nix ./waybar.nix + ./wezterm.nix ./zathura.nix ./zellij.nix ] diff --git a/tests/home.nix b/tests/home.nix index 8b24d7e..2589c65 100644 --- a/tests/home.nix +++ b/tests/home.nix @@ -1,4 +1,5 @@ -{lib, ...}: { +{ lib, ... }: +{ imports = [ ../modules/home-manager ./common.nix @@ -33,6 +34,7 @@ swaylock.enable = true; tmux.enable = true; waybar.enable = true; + wezterm.enable = true; zathura.enable = true; zellij.enable = true; };