zsh thing
This commit is contained in:
parent
d7b8d75b06
commit
7cd2942015
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableCompletion = true;
|
||||
dotDir = ".config/zsh";
|
||||
|
|
Loading…
Reference in a new issue