diff --git a/modules/home/default.nix b/modules/home/default.nix index 1e0e0aa..4849ab2 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -14,7 +14,7 @@ in config = lib.mkIf cfg.enable { home-manager = { # Not a fan of out-of-directory imports, but this is a good exception - users.${config.my.user.name} = import ../../home; + users.${config.my.user.name} = import "${inputs.self}/home"; # Nix Flakes compatibility useGlobalPkgs = true;