Skip to content

Commit

Permalink
Fix doc render problem
Browse files Browse the repository at this point in the history
This fixes:
```
RuntimeError: can't render html in the presence of docbook
```
  • Loading branch information
MoritzR committed Feb 28, 2024
1 parent 4cad12a commit 257c48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/defaults/NSGlobalDomain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};
Expand Down

0 comments on commit 257c48f

Please sign in to comment.