home: zsh: add 'zsh-completions' when enabled

Notably useful for `git-revise`.
This commit is contained in:
Bruno BELANYI 2022-03-02 17:01:11 +01:00
parent bc56292544
commit 4cecb8b987

View file

@ -8,6 +8,10 @@ in
};
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
zsh-completions
];
programs.zsh = {
enable = true;
dotDir = ".config/zsh"; # Don't clutter $HOME