summaryrefslogtreecommitdiff
path: root/overlay/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/fish.nix')
-rw-r--r--overlay/fish.nix2
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;