feat(pkg): setup direnv for automatic directory environments

This commit is contained in:
Pierre Martin
2024-06-21 05:17:12 +02:00
parent 6ae4b8367b
commit f0447a81cc
3 changed files with 16 additions and 0 deletions

View File

@@ -39,6 +39,14 @@
};
};
# https://github.com/nix-community/nix-direnv/
programs.direnv =
{
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
services.unclutter.enable = true;
services.gpg-agent.enable = true;
services.blueman-applet.enable = true;