diff options
| author | Piotr Żelazko <piotr.zelazko@icloud.com> | 2023-07-24 21:16:04 +0200 |
|---|---|---|
| committer | Piotr Żelazko <piotr.zelazko@icloud.com> | 2023-07-24 21:16:04 +0200 |
| commit | 640331dfba943068a20f7519fff619e7e9f375ba (patch) | |
| tree | 8ccdc544e4c46ffbab13bd63d0da0da17cc528e7 /modules | |
| parent | 8c1c48c87ae1685710da0dd2b6e85f558b5cdef1 (diff) | |
docs: add magnification values range
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/defaults/dock.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 5a971b5..5c6b9fe 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -167,7 +167,7 @@ in { type = types.nullOr types.bool; default = false; description = lib.mdDoc '' - Magnify icon on hover. The default is false. + Magnify icon on hover. The default is false. ''; }; @@ -175,7 +175,8 @@ in { type = types.nullOr types.int; default = null; description = lib.mdDoc '' - Hover maginified icon size. The default is null. + Hover maginified icon size. The default is null. + Valid values can range from 16 up to 128. ''; }; |
