1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-15 00:36:44 +00:00

Update modules/system/defaults/NSGlobalDomain.nix

Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
Henrique Goncalves 2024-05-25 03:14:18 -03:00 committed by GitHub
parent 2e0f9a9e50
commit 9639c5509b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.