diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 00aae66..43173be 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { programs = { - zsh = { + zsh = rec { enable = true; enableCompletion = true;