From 9639c5509b148381c5d832204a1d3704b7d7ec60 Mon Sep 17 00:00:00 2001 From: Henrique Goncalves <kamus@hadenes.io> Date: Sat, 25 May 2024 03:14:18 -0300 Subject: [PATCH] Update modules/system/defaults/NSGlobalDomain.nix Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com> --- 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 f2f3aa4d..9eb31d5c 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -343,7 +343,7 @@ in { }; system.defaults.NSGlobalDomain."com.apple.trackpad.forceClick" = mkOption { - type = types.nullOr (types.enum [ 0 1 ]); + type = types.nullOr types.bool; default = null; description = '' Whether to enable trackpad force click.