mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge da342d6784
into ebb88c3428
This commit is contained in:
commit
6e39adc2ac
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in {
|
|||
};
|
||||
|
||||
system.defaults.NSGlobalDomain.AppleKeyboardUIMode = mkOption {
|
||||
type = types.nullOr (types.enum [ 3 ]);
|
||||
type = types.nullOr (types.enum [ 2 3 ]);
|
||||
default = null;
|
||||
description = ''
|
||||
Configures the keyboard control behavior. Mode 3 enables full keyboard control.
|
||||
|
|
Loading…
Add table
Reference in a new issue