diff options
Diffstat (limited to 'modules/system')
| -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 28fe60a..d519ce0 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -208,6 +208,14 @@ in { ''; }; + system.defaults.NSGlobalDomain."com.apple.keyboard.fnState" = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Use F1, F2, etc. keys as standard function keys. + ''; + }; + system.defaults.NSGlobalDomain."com.apple.mouse.tapBehavior" = mkOption { type = types.nullOr (types.enum [ 1 ]); default = null; |
