fish: minor formatting fixes

This commit is contained in:
Robert Helgesson 2018-09-09 21:17:49 +02:00
parent 2bff6e5188
commit 8d2cb0ef9b
Failed to generate hash of commit

View file

@ -24,8 +24,9 @@ in
shellAliases = mkOption { shellAliases = mkOption {
default = {}; default = {};
description = '' description = ''
Set of aliases for fish shell. See <option>environment.shellAliases</option> Set of aliases for fish shell. See
for an option format description. <option>environment.shellAliases</option> for an option
format description.
''; '';
type = types.attrs; type = types.attrs;
}; };