From 2841f496312a3e9b4d48e18af435ee46a11a1bb6 Mon Sep 17 00:00:00 2001 From: Niklas Ravnsborg Date: Wed, 4 Sep 2024 23:07:41 +0200 Subject: [PATCH] fix description typo in `dock.nix` --- modules/system/defaults/dock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 1e8797f..d92b2f1 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -20,7 +20,7 @@ in { type = types.nullOr types.bool; default = null; description = '' - Whether to automatically hide and show the dock. The default is false. + Whether to automatically hide and show the dock. The default is false. ''; };