mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
Reorganize home modules into logical categories (#100)
This commit is contained in:
parent
995d47db17
commit
d64bacdb90
39 changed files with 44 additions and 43 deletions
8
modules/home/cli/nushell/env.nu
Normal file
8
modules/home/cli/nushell/env.nu
Normal 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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue