Committed after home build
diff --git a/scripts/update-home b/scripts/update-home
index 71d853a..a17b0c9 100755
--- a/scripts/update-home
+++ b/scripts/update-home
@@ -1,5 +1,6 @@
 #!/bin/sh
 
 cd "$(dirname ${BASH_SOURCE[0]})/.."
-
-home-manager switch -f ./users/minion/home.nix
+nix build .#homeManagerConfigurations.minion.activationPackage
+./result/activate
+scripts/commit home