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; [
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue