my system configurations ^-^
0
fork

Configure Feed

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

feat: direnv nushell

willow 094ec27a edd10466

+8
+8
modules/home/configs/nushell.nix
··· 16 16 partial: true 17 17 algorithm: "fuzzy" 18 18 } 19 + hooks: { 20 + pre_prompt: [{ || 21 + if (which direnv | is-empty) { 22 + return 23 + } 24 + direnv export json | from json | default {} | load-env 25 + }] 26 + } 19 27 } 20 28 ''; 21 29 # $env.PATH = ($env.PATH | split row (char esep)