From 76a008b33c27109bf32d588bf8304fbaaa21e8f4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 14 Jan 2024 16:52:49 -0300 Subject: bin/reconfigure: Assume we're always on Guix System --- bin/reconfigure | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bin/reconfigure') diff --git a/bin/reconfigure b/bin/reconfigure index 58ed772..fe88549 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -87,11 +87,9 @@ fi HOSTNAME="$(hostname)" -if [ -e /run/current-system/configuration.scm ]; then - pass show "$(hostname)"/andreh | - head -n1 | - sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm -fi +pass show "$(hostname)"/andreh | + head -n1 | + sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm -- cgit v1.2.3