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 = packages =
with pkgs; with pkgs;
[ [
direnv
fzf fzf
git git
home-manager home-manager

View File

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