anyrun: minor description fix

This commit is contained in:
Robert Helgesson
2025-08-19 17:54:19 +02:00
parent 8af2e064f9
commit 0e0a16b342

View File

@@ -130,7 +130,9 @@ in
margin = mkOption {
type = int;
default = 0;
description = "Add a margin around the window to allow for CSS shadow styling";
description = ''
Add a margin around the window to allow for CSS shadow styling.
'';
};
hideIcons = mkOption {