feat(nix-direnv): install nix-direnv

This commit is contained in:
Khaïs COLIN 2024-08-14 13:48:04 +02:00
parent f9914e097d
commit 37ad42b161
2 changed files with 8 additions and 0 deletions

7
nixos/direnv.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}

View file

@ -4,6 +4,7 @@ in {
imports = [
./stylix.nix
./wm
./direnv.nix
];
home = {
packages = with pkgs; [