diff --git a/flake.nix b/flake.nix index c6fc477..f5d9ae2 100644 --- a/flake.nix +++ b/flake.nix @@ -95,11 +95,13 @@ ]; }; - overlays.default = final: prev: { - waycast = self.packages.${system}.default; - }; + # Move overlay outside system-specific outputs } )) // { + overlays.default = final: prev: { + waycast = self.packages.${final.stdenv.hostPlatform.system}.default; + }; + homeManagerModules.default = import ./modules/home-manager/waycast.nix; }; } diff --git a/result b/result index e26ab43..a51e70b 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/d8xw5yvbik1a39bxgq5l72z9v6flw4h8-waycast-0.0.1 \ No newline at end of file +/nix/store/x09nhxzjwgzvslcfb8y2jy7ajwmb1kvc-waycast-0.0.1 \ No newline at end of file