diff --git a/hosts/hime/home.nix b/hosts/hime/home.nix index e6206b2..7a011bb 100644 --- a/hosts/hime/home.nix +++ b/hosts/hime/home.nix @@ -3,7 +3,7 @@ { imports = [ - + ../../modules/common.nix ]; systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true; diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index e2a8413..35b9e52 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -3,15 +3,12 @@ { imports = [ - ../../modules/home/gtk + ../../modules/common.nix ../../modules/home/wezterm ../../modules/home/zathura - ../../modules/home/nushell - ../../modules/home/starship + ../../modules/home/gtk ../../modules/home/dunst ../../modules/home/helix - ../../modules/home/git - ../../modules/home/lazygit ../../modules/home/lf ../../modules/home/mpv ../../modules/home/waybar diff --git a/modules/common.nix b/modules/common.nix index e69de29..d898f60 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -0,0 +1,11 @@ +{ + pkgs, + ... +}: { + imports = [ + ./home/nushell + ./home/starship + ./home/git + ./home/lazygit + ]; +} \ No newline at end of file