diff --git a/snowfall-lib/flake/default.nix b/snowfall-lib/flake/default.nix index 89c8d4e..f0af68c 100644 --- a/snowfall-lib/flake/default.nix +++ b/snowfall-lib/flake/default.nix @@ -226,7 +226,7 @@ let value = flake-outputs.packages.${system} // { homeConfigurations = pipe homes [ (filterAttrs (_: home: home.system == system)) - (mapAttrs (home-name: _: flake-outputs.homeConfigurations.${home-name})) + (mapAttrs (home-name: _: flake-outputs.homeConfigurations.${home-name}.activationPackage)) (mapAttrs' ( name: value: nameValuePair (if hasSuffix "@${system}" name then removeSuffix "@${system}" name else name) value