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 0e8d064..cd00afe 100644 --- a/modules/system/defaults/NSGlobalDomain.nix +++ b/modules/system/defaults/NSGlobalDomain.nix @@ -61,6 +61,14 @@ with lib; ''; }; + system.defaults.NSGlobalDomain.NSAutomaticPeriodSubstitutionEnabled = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Whether to enable smart period substitution. The default is true. + ''; + }; + system.defaults.NSGlobalDomain.NSAutomaticSpellingCorrectionEnabled = mkOption { type = types.nullOr types.bool; default = null; |
