summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/defaults/dock.nix5
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.
'';
};