this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: make direnv less verbose

+10
+10
modules/direnv.nix
··· 3 3 enable = true; 4 4 5 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 + ]; 6 16 }; 7 17 }