Add `$HOME/bin` to user path.

This commit is contained in:
Whovian NTSN 2024-06-29 05:41:17 -04:00
parent b9a711d510
commit 8f7ba01613
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@
ITCHIO_API_KEY = "\$(cat ${config.age.secrets."itchy".path})";
ELIXIRE_API_KEY = "\$(cat ${config.age.secrets."elixire".path})";
};
home.sessionPath = [
"$HOME/bin"
];
}