From 95dafb6125ce429a5a13d540ceb1db32f5036b84 Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Mon, 2 Mar 2026 19:47:19 +0100 Subject: [PATCH] { config, pkgs, lib, flakeRoot, ... }: { home.packages = [ pkgs.bash ]; home.activation = { recreateConfig = { text = '' ${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh" ''; deps = [ pkgs.bash ]; }; }; } --- henrovnix_ok/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index 1f49b823c..2c15bae4d 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -2913,12 +2913,13 @@ This makes sure all ./assets/copy_stuff ends up in the right folder home.activation = { recreateConfig = { text = '' - ${pkgs.bash}/bin/bash "${config.flakeRoot.outPath}/assets/scripts/recreate_config.sh" + ${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh" ''; deps = [ pkgs.bash ]; }; }; } + #+end_src * README Utils