From a32e4d258d4800f17cb0d49ec21e537fb7b2556d Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 30 Jan 2023 11:33:18 -0500 Subject: [PATCH] import modules --- modules/home/home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;