update system configuration
This commit is contained in:
parent
b2afed60e0
commit
09898e6068
@ -1,15 +1,5 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
###################################################################################
|
|
||||||
#
|
|
||||||
# macOS's System configuration
|
|
||||||
#
|
|
||||||
# All the configuration options are documented here:
|
|
||||||
# https://daiderd.com/nix-darwin/manual/index.html#sec-options
|
|
||||||
# Incomplete list of macOS `defaults` commands :
|
|
||||||
# https://github.com/yannbertrand/macos-defaults
|
|
||||||
#
|
|
||||||
###################################################################################
|
|
||||||
{
|
{
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
@ -70,12 +60,12 @@
|
|||||||
# # sets how fast it repeats once it starts.
|
# # sets how fast it repeats once it starts.
|
||||||
# KeyRepeat = 3; # normal minimum is 2 (30 ms), maximum is 120 (1800 ms)
|
# KeyRepeat = 3; # normal minimum is 2 (30 ms), maximum is 120 (1800 ms)
|
||||||
|
|
||||||
# NSAutomaticCapitalizationEnabled = false; # disable auto capitalization(自动大写)
|
# NSAutomaticCapitalizationEnabled = false; # disable auto capitalization
|
||||||
# NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution(智能破折号替换)
|
# NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution
|
||||||
# NSAutomaticPeriodSubstitutionEnabled = false; # disable auto period substitution(智能句号替换)
|
# NSAutomaticPeriodSubstitutionEnabled = false; # disable auto period substitution
|
||||||
# NSAutomaticQuoteSubstitutionEnabled = false; # disable auto quote substitution(智能引号替换)
|
# NSAutomaticQuoteSubstitutionEnabled = false; # disable auto quote substitution
|
||||||
# NSAutomaticSpellingCorrectionEnabled = false; # disable auto spelling correction(自动拼写检查)
|
# NSAutomaticSpellingCorrectionEnabled = false; # disable auto spelling correction
|
||||||
# NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default(保存文件时的路径选择/文件名输入页)
|
# NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default
|
||||||
# NSNavPanelExpandedStateForSaveMode2 = true;
|
# NSNavPanelExpandedStateForSaveMode2 = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user