diff options
| author | Henrique Goncalves <kamus@hadenes.io> | 2024-05-23 16:42:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 16:42:31 -0300 |
| commit | 120e085d1ac1b15a5cffc1f980f49665f211e080 (patch) | |
| tree | c0319591ffb68e2b86ef293532dfa7a1920b8ed8 /modules/system/defaults | |
| parent | 6cbe6bc2da267273c55ee08eaaeebfbc7dfcdf30 (diff) | |
Update NSGlobalDomain.nix
Diffstat (limited to 'modules/system/defaults')
| -rw-r--r-- | modules/system/defaults/NSGlobalDomain.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix index cd008e0..9b61eb6 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -342,6 +342,14 @@ in { ''; }; + system.defaults.NSGlobalDomain."com.apple.trackpad.forceClick" = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Wheter to enable trackpad force click. + ''; + }; + system.defaults.NSGlobalDomain."com.apple.springing.enabled" = mkOption { type = types.nullOr types.bool; default = null; |
