manually sourcing /etc/profile

This commit is contained in:
Danilo Reyes 2024-09-12 23:32:57 -06:00
parent f7d6985f69
commit 30c64917ed

View File

@ -24,6 +24,10 @@
initExtra = ''
$HOME/.local/bin/pokemon-colorscripts -r --no-title
export command_timeout=60
if [ -f /etc/profile ]; then
. /etc/profile
fi
'';
};
xdg = {