summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorHenrique Goncalves <kamus@hadenes.io>2024-05-23 16:42:31 -0300
committerGitHub <noreply@github.com>2024-05-23 16:42:31 -0300
commit120e085d1ac1b15a5cffc1f980f49665f211e080 (patch)
treec0319591ffb68e2b86ef293532dfa7a1920b8ed8 /modules
parent6cbe6bc2da267273c55ee08eaaeebfbc7dfcdf30 (diff)
Update NSGlobalDomain.nix
Diffstat (limited to 'modules')
-rw-r--r--modules/system/defaults/NSGlobalDomain.nix8
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;