Skip to content

Commit

Permalink
(fix) Remove pound sign breaking documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
malko42 committed Jul 11, 2024
1 parent 6cf027c commit 5e8bc67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/system/defaults/WindowManager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with lib;
type = types.nullOr types.bool;
default = null;
description = ''
# Apple menu > System Settings > Dekstop and Dock > Stage Manager
Apple menu > System Settings > Dekstop and Dock > Stage Manager
Stage Manager arranges your recent windows into a single strip for reduced clutter and quick access. Default is false.
'';
};
Expand All @@ -17,7 +17,7 @@ with lib;
type = types.nullOr types.bool;
default = null;
description = ''
# Apple menu > System Settings > Dekstop and Dock > Stage Manager
Apple menu > System Settings > Dekstop and Dock > Stage Manager
Default is true.
'';
};
Expand All @@ -26,7 +26,7 @@ with lib;
type = types.nullOr types.bool;
default = null;
description = ''
# Apple menu > System Settings > Dekstop and Dock > Stage Manager
Apple menu > System Settings > Dekstop and Dock > Stage Manager
Do not show Recent Apps. Default is false.
'';
};
Expand All @@ -35,7 +35,7 @@ with lib;
type = types.nullOr types.bool;
default = null;
description = ''
# Apple menu > System Settings > Dekstop and Dock > Stage Manager
Apple menu > System Settings > Dekstop and Dock > Stage Manager
Hide dekstop items. Default is false.
'';
};
Expand Down

0 comments on commit 5e8bc67

Please sign in to comment.