From 0e0a16b342bcd435ad83c62f4794ce1a4ccff0ea Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 19 Aug 2025 17:54:19 +0200 Subject: [PATCH] anyrun: minor description fix --- modules/programs/anyrun.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/programs/anyrun.nix b/modules/programs/anyrun.nix index 7424316a3..030f6078f 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 {