From 09898e6068c2661e9a15b8afb4ec1a7bdd3b86f6 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 30 Jul 2024 12:33:02 -0500 Subject: [PATCH] update system configuration --- modules/system.nix | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/modules/system.nix b/modules/system.nix index 63ca609..76ccd49 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -1,15 +1,5 @@ { 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 = { @@ -70,12 +60,12 @@ # # sets how fast it repeats once it starts. # KeyRepeat = 3; # normal minimum is 2 (30 ms), maximum is 120 (1800 ms) - # NSAutomaticCapitalizationEnabled = false; # disable auto capitalization(自动大写) - # NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution(智能破折号替换) - # NSAutomaticPeriodSubstitutionEnabled = false; # disable auto period substitution(智能句号替换) - # NSAutomaticQuoteSubstitutionEnabled = false; # disable auto quote substitution(智能引号替换) - # NSAutomaticSpellingCorrectionEnabled = false; # disable auto spelling correction(自动拼写检查) - # NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default(保存文件时的路径选择/文件名输入页) + # NSAutomaticCapitalizationEnabled = false; # disable auto capitalization + # NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution + # NSAutomaticPeriodSubstitutionEnabled = false; # disable auto period substitution + # NSAutomaticQuoteSubstitutionEnabled = false; # disable auto quote substitution + # NSAutomaticSpellingCorrectionEnabled = false; # disable auto spelling correction + # NSNavPanelExpandedStateForSaveMode = true; # expand save panel by default # NSNavPanelExpandedStateForSaveMode2 = true; # };