From 6d4b40c8c17d5d9671a123148ed7dc0cbfda31a6 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 2 Mar 2019 23:45:02 -0800 Subject: [PATCH] add direnv to packages --- nix/home.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;