diff --git a/modules/home/home.nix b/modules/home/home.nix index c53cbf9..ab726bf 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -3,7 +3,14 @@ { imports = [ - ./gtk/default.nix + ./gtk/gtk.nix + ./wezterm/wezterm.nix + ./zathura/zathura.nix + ./nushell/nushell.nix + ./starship/starship.nix + ./dunst/dunst.nix + ./helix/helix.nix + ./git/git.nix ]; systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true;