my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

home/programs/direnv: add doc comment

isabel cce72584 7b45a397

+1 -1
+1 -1
modules/home/programs/direnv.nix
··· 7 7 # faster, persistent implementation of use_nix and use_flake 8 8 nix-direnv.enable = true; 9 9 10 - # modified from @i077 11 10 # store direnv in cache and not per project 11 + # <https://github.com/direnv/direnv/wiki/Customizing-cache-location#hashed-directories> 12 12 stdlib = '' 13 13 : ''${XDG_CACHE_HOME:=$HOME/.cache} 14 14 declare -A direnv_layout_dirs