mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 01:37:53 +08:00
add docker to path
This commit is contained in:
parent
035a337eb1
commit
5521eb2e64
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@
|
|||
];
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
# TODO: Refactor using lists; or even upstream PATH setting to home-manager
|
||||
envFile.text = ''
|
||||
let-env PATH = ($env.PATH | split row (char esep) | prepend $"/etc/profiles/per-user/($env.USER)/bin" | prepend '/run/current-system/sw/bin/')
|
||||
let-env PATH = ( $env.PATH | split row (char esep) | prepend $"/etc/profiles/per-user/($env.USER)/bin" | prepend '/run/current-system/sw/bin/' | prepend '/Applications/Docker.app/Contents/Resources/bin/')
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue