about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/direnv/default.nix
blob: 3a7b8add92819dd1563ed51b011a04363d09cbbc (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.direnv = {
    enable = true;
    nix-direnv.enable = true;
  };
}