zsh thing

This commit is contained in:
joy 2024-10-05 21:24:59 +02:00
parent d7b8d75b06
commit 7cd2942015

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
dotDir = ".config/zsh";