add direnv to packages

This commit is contained in:
Haak Saxberg 2019-03-02 23:45:02 -08:00
parent c7024a47ff
commit 6d4b40c8c1

View file

@ -4,13 +4,14 @@ with lib;
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
direnv
htop htop
ripgrep
ranger
nox nox
ranger
ripgrep
zsh-autosuggestions zsh-autosuggestions
zsh-syntax-highlighting
zsh-history-substring-search zsh-history-substring-search
zsh-syntax-highlighting
]; ];
programs.command-not-found.enable = true; programs.command-not-found.enable = true;