diff --git a/flake.nix b/flake.nix index d69b3bf..015d92f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,5 +6,6 @@ packages.${system}.inkscape-xwayland = i-w; apps.${system}.default = { type = "app"; program = "${i-w}/bin/inkscape-xwayland"; }; + overlays.default = final: prev: { inkscape-xwayland = i-w; }; }; }