mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Compare commits
2 commits
ed0e6af0c8
...
43386cc144
Author | SHA1 | Date | |
---|---|---|---|
43386cc144 | |||
8feb70e5cf |
2 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,9 @@ in merge <| mkIf config.isDesktop {
|
||||||
programs.ghostty = enabled {
|
programs.ghostty = enabled {
|
||||||
# Don't actually install Ghostty if we are on Darwin.
|
# Don't actually install Ghostty if we are on Darwin.
|
||||||
# For some reason it is marked as broken.
|
# For some reason it is marked as broken.
|
||||||
package = mkIf config.isDarwin <| pkgs.writeScriptBin "not-ghostty" "";
|
package = mkIf config.isDarwin null;
|
||||||
|
|
||||||
# Bat syntax points to emptyDirectory.
|
# Can't install things from null.
|
||||||
installBatSyntax = !config.isDarwin;
|
installBatSyntax = !config.isDarwin;
|
||||||
|
|
||||||
clearDefaultKeybinds = true;
|
clearDefaultKeybinds = true;
|
||||||
|
|
|
@ -21,8 +21,8 @@ in {
|
||||||
"com.apple.keyboard.fnState" = false; # Don't invert Fn.
|
"com.apple.keyboard.fnState" = false; # Don't invert Fn.
|
||||||
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
|
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
|
||||||
|
|
||||||
InitialKeyRepeat = 15;
|
InitialKeyRepeat = 15;
|
||||||
KeyRepeat = 1;
|
KeyRepeat = 1;
|
||||||
|
|
||||||
NSAutomaticCapitalizationEnabled = false;
|
NSAutomaticCapitalizationEnabled = false;
|
||||||
NSAutomaticDashSubstitutionEnabled = false;
|
NSAutomaticDashSubstitutionEnabled = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue