From 6e77a7c4e8f5731ac631b46910b52716b9478167 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Fri, 13 Dec 2024 18:44:40 +0100 Subject: [PATCH] overlay --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }; }