mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
mbsync: add missing literalExample
This commit is contained in:
parent
0b47ded208
commit
83f5ce2aec
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ let
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = extraConfigType;
|
type = extraConfigType;
|
||||||
default = { };
|
default = { };
|
||||||
example = ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
Create = "both";
|
Create = "both";
|
||||||
CopyArrivalDate = "yes";
|
CopyArrivalDate = "yes";
|
||||||
|
|
Loading…
Reference in a new issue