summaryrefslogtreecommitdiff
path: root/overlay/fish.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-28 20:30:09 -0500
committerseth <[email protected]>2023-11-28 20:30:09 -0500
commit30a2cd2b490168834eca84096ced3185ebf26768 (patch)
tree6e8c71128e94b181265529d47705b98d04bb1da9 /overlay/fish.nix
parent8f53e10d7ce8cf51767ebe94d790bc06d3a73f46 (diff)
overlay/seth: remove more desktop files & icons
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;