treewide: nix fmt
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
451f6638e5
commit
0d782ee42c
6 changed files with 8 additions and 9 deletions
|
|
@ -102,7 +102,7 @@ let
|
|||
else if (n == "itemTypes") then
|
||||
"item_types = ${listString (map wrap v)}"
|
||||
else if (n == "useVcard4") then
|
||||
''use_vcard_4 = ${v}''
|
||||
"use_vcard_4 = ${v}"
|
||||
else if (n == "userName") then
|
||||
''username = "${v}"''
|
||||
else if (n == "userNameCommand") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue