Fixing some autocomplete issues

Just installing the zsh package leaves out several of the autocomplete
packages that the programs.zsh includes.
This commit is contained in:
James Patrick 2022-07-16 18:48:54 -04:00
parent e5259868bd
commit a0b892daea
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{ config, pkgs, ... }: {
programs.zsh = {
enable = true;
enableCompletion = true;
};
environment.systemPackages = with pkgs; [
cmake
htop