Skip to content

Commit

Permalink
Update modules/system/defaults/NSGlobalDomain.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hoang <[email protected]>
  • Loading branch information
kamushadenes and Enzime authored May 25, 2024
1 parent 2e0f9a9 commit 9639c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/defaults/NSGlobalDomain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9639c55

Please sign in to comment.