mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
add nix-zsh-completions package
This commit is contained in:
parent
1121ec46b3
commit
438c6fe241
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ in
|
|||
environment.systemPackages =
|
||||
[ # Include zsh package
|
||||
pkgs.zsh
|
||||
];
|
||||
] ++ optional cfg.enableCompletion pkgs.nix-zsh-completions;
|
||||
|
||||
environment.loginShell = mkDefault "${shell}/bin/zsh -l";
|
||||
environment.variables.SHELL = mkDefault "${shell}/bin/zsh";
|
||||
|
|
Loading…
Reference in a new issue