Reorganize modules

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-18 14:40:06 +03:00
parent 7bd1c06cd8
commit e06aa045b4
15 changed files with 52 additions and 25 deletions

View File

@@ -0,0 +1,13 @@
{
programs.zsh = {
enable = true;
autocd = true;
history = {
path = "$HOME/.local/share/zsh/history";
expireDuplicatesFirst = true;
};
historySubstringSearch.enable = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
}