mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
anyrun: minor description fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user