diff options
Diffstat (limited to 'modules/home-manager/zsh.nix')
| -rw-r--r-- | modules/home-manager/zsh.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index e229c40..f9f7548 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -3,10 +3,6 @@ { options.zsh.enable = lib.mkEnableOption "Configure zsh"; config = lib.mkIf config.zsh.enable { - home.packages = with pkgs; [ - zoxide - ]; - programs.zsh = { enable = true; enableCompletion = true; |
