Reorganize modules
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
13
users/common/configs/zsh/default.nix
Normal file
13
users/common/configs/zsh/default.nix
Normal 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;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user