From 47a7731943b07de4a4fdd59d2236939d8128bd2e Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 4 Nov 2019 12:49:09 +1000 Subject: adds com.apple.sound.beep.feedback --- modules/system/defaults/NSGlobalDomain.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/system') diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix index 8164faf..bc38921 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -237,6 +237,16 @@ in { ''; }; + system.defaults.NSGlobalDomain."com.apple.sound.beep.feedback" = mkOption { + type = types.nullOr types.int; + default = null; + description = '' + # Apple menu > System Preferences > Sound + Make a feedback sound when the system volume changed. This setting accepts + the integers 0 or 1. Defaults to 1. + ''; + }; + system.defaults.NSGlobalDomain."com.apple.trackpad.enableSecondaryClick" = mkOption { type = types.nullOr types.bool; default = null; -- cgit v1.2.3