this repo has no description
at master 267 B view raw
1{...}: { 2 programs.direnv = { 3 enable = true; 4 5 nix-direnv.enable = true; 6 7 config.global = { 8 disable_stdin = true; 9 strict_env = true; 10 hide_env_diff = true; 11 }; 12 13 config.whitelist.prefix = [ 14 "~/Workspace/hauleth" 15 ]; 16 }; 17}