1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Update NSGlobalDomain.nix

This commit is contained in:
Henrique Goncalves 2024-05-23 16:50:15 -03:00 committed by GitHub
parent 120e085d1a
commit 0e5fc0028b
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.bool;
type = types.nullOr (types.enum [ 0 1 ]);
default = null;
description = ''
Wheter to enable trackpad force click.