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:
parent
120e085d1a
commit
0e5fc0028b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue