zsh
This commit is contained in:
8
modules/home/zsh/zsh.nix
Normal file
8
modules/home/zsh/zsh.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user