heather: add npm global bin to user PATH
This commit is contained in:
parent
252d082c37
commit
917b28ec4b
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
{
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
# npm-installed user CLIs, including pi (not pi-web).
|
||||
home.sessionPath = [
|
||||
"${config.home.homeDirectory}/.npm-global/bin"
|
||||
];
|
||||
|
||||
# --- Пакеты: минимальный админский набор ---
|
||||
home.packages = with pkgs; [
|
||||
# Навигация/поиск
|
||||
|
|
|
|||
Loading…
Reference in a new issue