diff --git a/modules/programs/anyrun.nix b/modules/programs/anyrun.nix index 7424316a..030f6078 100644 --- a/modules/programs/anyrun.nix +++ b/modules/programs/anyrun.nix @@ -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 {