Reorganize home modules into logical categories (#100)

This commit is contained in:
Sridhar Ratnakumar 2025-11-21 14:17:20 -05:00 committed by GitHub
parent 995d47db17
commit d64bacdb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 44 additions and 43 deletions

View file

@ -0,0 +1,8 @@
$env.PATH = (
$env.PATH
| split row (char esep)
| prepend $"/etc/profiles/per-user/($env.USER)/bin"
| prepend $"/Users/($env.USER)/.nix-profile/bin"
| prepend '/run/current-system/sw/bin/'
| prepend "/nix/var/nix/profiles/default/bin"
)