auto-run home-manager

This commit is contained in:
Joe Frikker
2024-05-23 09:47:06 -04:00
parent ad5d2466cb
commit 762d7e568f
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ pkgs: {
enable = true;
};
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
historySubstringSearch.enable = true;
history.share = false;
cdpath = ["~/source"];