From 0e5fc0028b278f23db0de9ea75d8a1a9b1f9dcf8 Mon Sep 17 00:00:00 2001 From: Henrique Goncalves Date: Thu, 23 May 2024 16:50:15 -0300 Subject: Update NSGlobalDomain.nix --- modules/system/defaults/NSGlobalDomain.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix index 9b61eb6..0a8fb63 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.bool; + type = types.nullOr (types.enum [ 0 1 ]); default = null; description = '' Wheter to enable trackpad force click. -- cgit v1.2.3