diff --git a/hosts/Mallorea/flake.nix b/hosts/Mallorea/flake.nix index 3643774..403eb12 100644 --- a/hosts/Mallorea/flake.nix +++ b/hosts/Mallorea/flake.nix @@ -21,7 +21,7 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. - modules = [ ./home.nix ]; + modules = [ ../../home/Mallorea.nix ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix