This commit is contained in:
2026-04-29 00:52:42 +09:00
parent ff46f6b509
commit 4714198bda
4 changed files with 58 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
{ ... }: {
{ ... }:
{
programs.bash = {
enable = true;
enableCompletion = true;
initExtra = ''
export PATH="$HOME/.local/bin:$PATH"
'';
};
}