mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 10:47:19 +00:00
adds com.apple.sound.beep.feedback
This commit is contained in:
parent
8e90853f17
commit
47a7731943
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue