diff options
-rwxr-xr-x | bin/reconfigure | 8 |
1 files changed, 3 insertions, 5 deletions
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 |