add something to /etc/profile.local
This commit is contained in:
parent
9d74bca144
commit
f540d2b9dd
|
@ -191,4 +191,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc = {
|
||||||
|
"profile.local" = {
|
||||||
|
text = "source $HOME/.config/bash/profile";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue