diff options
-rwxr-xr-x | bin/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/upgrade b/bin/upgrade index 12f319c..52c019e 100755 --- a/bin/upgrade +++ b/bin/upgrade @@ -63,4 +63,4 @@ shift $((OPTIND - 1)) pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix system -v3 reconfigure /etc/guix/configuration.scm -guix home -v3 reconfigure ~/.usr/etc/guix/home.scm +guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm |