mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
treewide: remove usage of 'mdDoc'
This commit is contained in:
parent
e38838e7c3
commit
95b21fdcbe
11 changed files with 31 additions and 31 deletions
|
@ -12,7 +12,7 @@ in
|
|||
default = [ ];
|
||||
defaultText = lib.literalExpression "plugins: []";
|
||||
example = lib.literalExpression "plugins: with plugins; [ themeify stlviewer ]";
|
||||
description = lib.mdDoc "Additional plugins to be used. Available plugins are passed through the plugins input.";
|
||||
description = "Additional plugins to be used. Available plugins are passed through the plugins input.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue