diff options
| author | seth <[email protected]> | 2023-11-05 11:27:59 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-05 11:28:13 -0500 |
| commit | 437515004c23213895bf4f81f1421b2c1ee5047d (patch) | |
| tree | c640a1e3afde759d839f148ff5ccf13b45f43005 /overlays/fish.nix | |
| parent | feda83333b02295d0e5b0bfb4b3856ca3f108514 (diff) | |
overlay: cleanup file import & rename
Diffstat (limited to 'overlays/fish.nix')
| -rw-r--r-- | overlays/fish.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/overlays/fish.nix b/overlays/fish.nix deleted file mode 100644 index 4e7fffc..0000000 --- a/overlays/fish.nix +++ /dev/null @@ -1,14 +0,0 @@ -_: prev: { - fish = - if prev.stdenv.isLinux - then - prev.symlinkJoin { - inherit (prev.fish) passthru; - name = "fish-nodesktop"; - paths = [prev.fish]; - postBuild = '' - rm $out/share/applications/fish.desktop - ''; - } - else prev.fish; -} |
