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