1 2 3 4 5 6 7 8 9 10
{config, ...}: { home = { file = { manifest_json = { text = ""; target = "${config.xdg.stateHome}/nix/profile/manifest.json"; }; }; }; }