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 - # ''; - # }); - # }) - # ]; }