Added direnv with nix-direnv and zsh integration
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
(package! direnv)
|
||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
(package! org-super-agenda)
|
(package! org-super-agenda)
|
||||||
(package! emacsql :pin "c1a4407")
|
(package! emacsql :pin "c1a4407")
|
||||||
|
@@ -34,5 +34,10 @@ in
|
|||||||
neofetch lolcat cowsay
|
neofetch lolcat cowsay
|
||||||
gnugrep gnused
|
gnugrep gnused
|
||||||
bat exa bottom fd
|
bat exa bottom fd
|
||||||
|
direnv nix-direnv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
programs.direnv.enableZshIntegration = true;
|
||||||
|
programs.direnv.nix-direnv.enable = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user