aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-08-19 09:44:21 -0300
committerEuAndreh <eu@euandre.org>2023-08-19 09:44:21 -0300
commiteccd03c324922d1baa640e7d9bcd20708ff56d66 (patch)
tree77f674323b247dd8c81b3fb9ad4f37a5e8451fb7 /bin
parentetc/sh/rc: Override PATH to include $PREFIX at the beginning (diff)
downloaddotfiles-eccd03c324922d1baa640e7d9bcd20708ff56d66.tar.gz
dotfiles-eccd03c324922d1baa640e7d9bcd20708ff56d66.tar.xz
bin/reconfigure: Always reconfigure "guix home" last
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index daed9b7..8e81855 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -94,12 +94,12 @@ if [ -e /run/current-system/configuration.scm ]; then
sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm
fi
-guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm
-
if [ -e /etc/nixos/configuration.nix ]; then
pass show "$HOSTNAME"/andreh |
head -n1 |
sudo -S nixos-rebuild switch
fi
+guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm
+
bins > /dev/null