Add direnv
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
}: let
|
||||
cliPackages = with pkgs; [
|
||||
aerc
|
||||
direnv
|
||||
entr
|
||||
go_1_18
|
||||
gomuks
|
||||
@@ -133,6 +134,9 @@ in {
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
'';
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = ["git" "fzf"];
|
||||
|
||||
Reference in New Issue
Block a user