Enable direnv.

This commit is contained in:
2024-09-19 09:41:52 +01:00
parent 4ee7a91610
commit f01c720fdc
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
packages =
with pkgs;
[
direnv
fzf
git
home-manager

View File

@@ -2,6 +2,8 @@
{
dircolors.enable = true;
direnv.enable = true;
fish = {
enable = true;