diff --git a/system/.bash_profile b/system/.bash_profile index 2109ffa..15bdaa1 100644 --- a/system/.bash_profile +++ b/system/.bash_profile @@ -20,7 +20,7 @@ if [[ -f "${HOME}/.keyleds" ]]; then fi # Restore custom dconf configuration -dconf load / < "${HOME}/dconf/root.conf" +dconf load / < "${HOME}/.config/dconf/root.conf" # Activate correct crontab file crontab "${HOME}/.crontab"