home: zsh: add 'zsh-completions' when enabled
Notably useful for `git-revise`.
This commit is contained in:
parent
bc56292544
commit
4cecb8b987
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue