From 2e0f9a9e500addf92844f09a4970617629c53cf1 Mon Sep 17 00:00:00 2001 From: Henrique Goncalves Date: Thu, 23 May 2024 16:56:43 -0300 Subject: [PATCH] Update NSGlobalDomain.nix --- modules/system/defaults/NSGlobalDomain.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix index 0a8fb63c..f2f3aa4d 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -346,7 +346,7 @@ in { type = types.nullOr (types.enum [ 0 1 ]); default = null; description = '' - Wheter to enable trackpad force click. + Whether to enable trackpad force click. ''; };