nixos/home/programs/direnv.nix

5 lines
No EOL
62 B
Nix

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