fix: typo

This commit is contained in:
Sangmin Kim 2025-12-21 00:32:36 +09:00
parent 8d2e23cec9
commit 745a8a5a19

View file

@ -202,7 +202,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableAutoSuggestions = true;
enableAutosuggestions = true;
enableFastSyntaxHighlighting = true;
enableFzfCompletion = true;
enableFzfGit = true;