mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: typo
This commit is contained in:
parent
8d2e23cec9
commit
745a8a5a19
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableAutoSuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableFastSyntaxHighlighting = true;
|
enableFastSyntaxHighlighting = true;
|
||||||
enableFzfCompletion = true;
|
enableFzfCompletion = true;
|
||||||
enableFzfGit = true;
|
enableFzfGit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue