From eeeef710a6165415fa58d4dffe0d5f34ac698bd5 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 1 Dec 2024 05:33:14 +0100 Subject: [PATCH] whatever --- common/fish.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/fish.nix b/common/fish.nix index a758062..b54be6e 100644 --- a/common/fish.nix +++ b/common/fish.nix @@ -2,14 +2,4 @@ programs.fish.enable = true; users.defaultUserShell = pkgs.fish; - - # nixpkgs.overlays = [ - # (final: prev: { - # fish = prev.fish.overrideAttrs (_: { - # postInstall = '' - # rm $out/share/applications/fish.desktop - # ''; - # }); - # }) - # ]; }