summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/fonts/fontdir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/fonts/fontdir.nix')
-rw-r--r--nixos/modules/config/fonts/fontdir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/fonts/fontdir.nix b/nixos/modules/config/fonts/fontdir.nix
index 3b5eaf5b2d7f..7b21fe30f607 100644
--- a/nixos/modules/config/fonts/fontdir.nix
+++ b/nixos/modules/config/fonts/fontdir.nix
@@ -30,7 +30,7 @@ in
enable = mkOption {
type = types.bool;
default = false;
- description = lib.mdDoc ''
+ description = ''
Whether to create a directory with links to all fonts in
{file}`/run/current-system/sw/share/X11/fonts`.
'';
@@ -40,7 +40,7 @@ in
type = types.bool;
default = config.programs.xwayland.enable;
defaultText = literalExpression "config.programs.xwayland.enable";
- description = lib.mdDoc ''
+ description = ''
Whether to decompress fonts in
{file}`/run/current-system/sw/share/X11/fonts`.
'';