diff options
author | EuAndreh <eu@euandre.org> | 2022-10-31 20:15:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-31 20:15:00 -0300 |
commit | d883f19bc8e199ccce0787dcecce30adac1efec0 (patch) | |
tree | 6f06b60b5993005768621009c1f97a95eff0f478 /bin | |
parent | bin/li: Remove hard-coded path to cl(1) (diff) | |
download | dotfiles-d883f19bc8e199ccce0787dcecce30adac1efec0.tar.gz dotfiles-d883f19bc8e199ccce0787dcecce30adac1efec0.tar.xz |
bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etc
Diffstat (limited to 'bin')
-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 |