mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
anyrun: minor description fix
This commit is contained in:
parent
8af2e064f9
commit
0e0a16b342
1 changed files with 3 additions and 1 deletions
|
|
@ -130,7 +130,9 @@ in
|
||||||
margin = mkOption {
|
margin = mkOption {
|
||||||
type = int;
|
type = int;
|
||||||
default = 0;
|
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 {
|
hideIcons = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue