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; [
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;