nixos manual: correct reference to sddm
This commit is contained in:
parent
b5fb085ab2
commit
d9ab783f58
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ services.xserver.displayManager.enable = mkOption {
|
|||
type = with types; nullOr (enum [ "slim" ]);
|
||||
};</screen></example>
|
||||
|
||||
<example xml:id='ex-option-declaration-eot-backend-sdm'><title>Extending
|
||||
<literal>services.foo.backend</literal> in the <literal>sdm</literal>
|
||||
<example xml:id='ex-option-declaration-eot-backend-sddm'><title>Extending
|
||||
<literal>services.foo.backend</literal> in the <literal>sddm</literal>
|
||||
module</title>
|
||||
<screen>
|
||||
services.xserver.displayManager.enable = mkOption {
|
||||
|
|
Loading…
Reference in a new issue