From d883f19bc8e199ccce0787dcecce30adac1efec0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Oct 2022 20:15:00 -0300 Subject: bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etc --- bin/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3