summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/plymouth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/plymouth.nix')
-rw-r--r--nixos/modules/system/boot/plymouth.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/plymouth.nix b/nixos/modules/system/boot/plymouth.nix
index 02d8fcf4799c..6e20d7dc5e0f 100644
--- a/nixos/modules/system/boot/plymouth.nix
+++ b/nixos/modules/system/boot/plymouth.nix
@@ -75,10 +75,10 @@ in
themePackages = mkOption {
default = lib.optional (cfg.theme == "breeze") nixosBreezePlymouth;
- defaultText = literalDocBook ''
+ defaultText = literalMD ''
A NixOS branded variant of the breeze theme when
- <literal>config.${opt.theme} == "breeze"</literal>, otherwise
- <literal>[ ]</literal>.
+ `config.${opt.theme} == "breeze"`, otherwise
+ `[ ]`.
'';
type = types.listOf types.package;
description = lib.mdDoc ''