From a0b892daeae3a5e51b72ffac095e391e19a8f10b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 16 Jul 2022 18:48:54 -0400 Subject: [PATCH] Fixing some autocomplete issues Just installing the zsh package leaves out several of the autocomplete packages that the programs.zsh includes. --- modules/system/cli.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/system/cli.nix b/modules/system/cli.nix index fcd1e88..b2bfeb0 100644 --- a/modules/system/cli.nix +++ b/modules/system/cli.nix @@ -1,5 +1,8 @@ { config, pkgs, ... }: { - + programs.zsh = { + enable = true; + enableCompletion = true; + }; environment.systemPackages = with pkgs; [ cmake htop