about summary refs log blame commit diff stats
path: root/modules/home/conf/direnv/default.nix
blob: 3a7b8add92819dd1563ed51b011a04363d09cbbc (plain) (tree)
1
2
3
4
5
6




                             
{...}: {
  programs.direnv = {
    enable = true;
    nix-direnv.enable = true;
  };
}