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:
parent
af6f565c41
commit
1046f5bdde
|
@ -74,7 +74,7 @@ in
|
|||
cfg.icon;
|
||||
};
|
||||
extraOptions.programs.bash.initExtra = ''
|
||||
[[ $WANT_BASH ]] || exec env fish -l
|
||||
[[ $WANT_BASH ]] || ${pkgs.fish}/bin/fish -l
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue