mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 13:28:16 +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 =
|
environment.systemPackages =
|
||||||
[ # Include zsh package
|
[ # Include zsh package
|
||||||
pkgs.zsh
|
pkgs.zsh
|
||||||
];
|
] ++ optional cfg.enableCompletion pkgs.nix-zsh-completions;
|
||||||
|
|
||||||
environment.loginShell = mkDefault "${shell}/bin/zsh -l";
|
environment.loginShell = mkDefault "${shell}/bin/zsh -l";
|
||||||
environment.variables.SHELL = mkDefault "${shell}/bin/zsh";
|
environment.variables.SHELL = mkDefault "${shell}/bin/zsh";
|
||||||
|
|
Loading…
Add table
Reference in a new issue