diff options
Diffstat (limited to 'overlay/fish.nix')
| -rw-r--r-- | overlay/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/fish.nix b/overlay/fish.nix index 4e7fffc..d998ada 100644 --- a/overlay/fish.nix +++ b/overlay/fish.nix @@ -7,7 +7,7 @@ _: prev: { name = "fish-nodesktop"; paths = [prev.fish]; postBuild = '' - rm $out/share/applications/fish.desktop + rm -rf $out/share/{applications,icons} ''; } else prev.fish; |
