{ config, pkgs, lib, ... }: { home.packages = [ pkgs.bash ]; home.activation = { recreateConfig = { text = '' ${pkgs.bash}/bin/bash "${config.flakeRoot.outPath}/assets/scripts/recreate_config.sh" ''; deps = [ pkgs.bash ]; }; }; }