address fish by full patch

otherwise, if another package provides `fish` we are in trouble

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-21 10:49:21 +01:00
parent af6f565c41
commit 1046f5bdde

View file

@ -74,7 +74,7 @@ in
cfg.icon;
};
extraOptions.programs.bash.initExtra = ''
[[ $WANT_BASH ]] || exec env fish -l
[[ $WANT_BASH ]] || ${pkgs.fish}/bin/fish -l
'';
};