1
0
Fork 0
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:
Moritz Rumpf 2024-02-28 15:02:27 +01:00
parent 2ffb75f942
commit ad98aebc0f

View file

@ -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.
'';
};