From 4c75f9fa7b7f472d4e43f446257ffb85ac6e78ba Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 20 Jun 2022 01:46:23 +0200 Subject: Refractor --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index edac9b7..83fb4c2 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -32,7 +32,7 @@ in home-manager.useUserPackages = true; home-manager.extraSpecialArgs = { inherit pkgs user secrets hostname inputs; }; home-manager.users.${user} = { - imports = [ ./home.nix ] ++ [ (import ./phobos/home.nix) ]; + imports = [ ./home.nix ] ++ [ (import ./${ hostname }/home.nix) ]; }; } ]; -- cgit 1.4.1