diff options
| author | Henrique Goncalves <kamus@hadenes.io> | 2024-05-23 16:50:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 16:50:15 -0300 |
| commit | 0e5fc0028b278f23db0de9ea75d8a1a9b1f9dcf8 (patch) | |
| tree | 36b445f936f010104512da6dd49ca134f30e5652 /modules | |
| parent | 120e085d1ac1b15a5cffc1f980f49665f211e080 (diff) | |
Update NSGlobalDomain.nix
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/defaults/NSGlobalDomain.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
