Compatibility for stable nixpkgs installs

This commit is contained in:
Emmet 2024-04-27 15:40:33 -05:00
parent 1e36fdb267
commit cad0239cc9

View file

@ -16,7 +16,7 @@ in
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
enableAutosuggestions = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
shellAliases = myAliases;