manual: fixed remaining placeholder literal
This commit is contained in:
parent
572726a570
commit
f37a1e155e
@ -137,8 +137,8 @@ services.xserver.displayManager.enable = mkOption {
|
|||||||
};</screen></example>
|
};</screen></example>
|
||||||
|
|
||||||
<example xml:id='ex-option-declaration-eot-backend-sddm'><title>Extending
|
<example xml:id='ex-option-declaration-eot-backend-sddm'><title>Extending
|
||||||
<literal>services.foo.backend</literal> in the <literal>sddm</literal>
|
<literal>services.xserver.displayManager.enable</literal> in the
|
||||||
module</title>
|
<literal>sddm</literal> module</title>
|
||||||
<screen>
|
<screen>
|
||||||
services.xserver.displayManager.enable = mkOption {
|
services.xserver.displayManager.enable = mkOption {
|
||||||
type = with types; nullOr (enum [ "sddm" ]);
|
type = with types; nullOr (enum [ "sddm" ]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user