add something to /etc/profile.local

This commit is contained in:
randomuser 2023-07-10 21:58:36 -05:00
parent 9d74bca144
commit f540d2b9dd
1 changed files with 6 additions and 0 deletions

View File

@ -191,4 +191,10 @@ in {
}; };
}; };
}; };
environment.etc = {
"profile.local" = {
text = "source $HOME/.config/bash/profile";
};
};
} }