diff --git a/nix/home.nix b/nix/home.nix index d266d4a..3f131aa 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -4,13 +4,14 @@ with lib; { home.packages = with pkgs; [ + direnv htop - ripgrep - ranger nox + ranger + ripgrep zsh-autosuggestions - zsh-syntax-highlighting zsh-history-substring-search + zsh-syntax-highlighting ]; programs.command-not-found.enable = true;