diff --git a/flake.nix b/flake.nix index 2aa1a02..2551926 100644 --- a/flake.nix +++ b/flake.nix @@ -84,8 +84,7 @@ doCheck = false; postFixup = '' - mkdir -p "$out/share/applications" - ln -s "${desktopItem}"/share/applications/* "$out/share/applications/" + cp -rs "${desktopItem}"/* "$out" ''; } );