aboutsummaryrefslogtreecommitdiffstats
path: root/home/dev/direnv.nix
blob: 2b51c9d23680efdc85b6c4b647de29c629b6b28e (plain) (blame)
1
2
3
4
5
6
{
  programs.direnv = {
    enable = true;
    nix-direnv.enable = true;
  };
}