aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-31 20:15:00 -0300
committerEuAndreh <eu@euandre.org>2022-10-31 20:15:00 -0300
commitd883f19bc8e199ccce0787dcecce30adac1efec0 (patch)
tree6f06b60b5993005768621009c1f97a95eff0f478 /bin
parentbin/li: Remove hard-coded path to cl(1) (diff)
downloaddotfiles-d883f19bc8e199ccce0787dcecce30adac1efec0.tar.gz
dotfiles-d883f19bc8e199ccce0787dcecce30adac1efec0.tar.xz
bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/upgrade2
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