{ config, pkgs, flakeRoot, ... }: let scriptsSrc = "${flakeRoot}/generated/.config/scripts"; in { home.file.".config/scripts" = { source = scriptsSrc; recursive = true; executable = true; }; }