Skip to content

Commit

Permalink
Merge pull request NixOS#35 from dirn/smart-periods
Browse files Browse the repository at this point in the history
Add support for smart period substitution
  • Loading branch information
LnL7 authored Jun 26, 2017
2 parents 7682413 + 705ab0b commit 5e61ca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/system/defaults/NSGlobalDomain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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;
Expand Down

0 comments on commit 5e61ca9

Please sign in to comment.