1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

fish: minor formatting fixes

This commit is contained in:
Robert Helgesson 2018-09-09 21:17:49 +02:00
parent 2bff6e5188
commit 8d2cb0ef9b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

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