mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Fix doc render problem
This fixes: ``` RuntimeError: can't render html in the presence of docbook ```
This commit is contained in:
parent
2ffb75f942
commit
ad98aebc0f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ in {
|
|||
system.defaults.NSGlobalDomain.NSWindowShouldDragOnGesture = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Whether to enable moving window by holding anywhere on it like on Linux. The default is false.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue