nix/home-manager/direnv/default.nix

9 lines
104 B
Nix

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