add direnv to packages
This commit is contained in:
parent
c7024a47ff
commit
6d4b40c8c1
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue