I'm trying to set up a systemd service for emacs. in the nixos configuration it has ``` ExecStart = "${pkgs.bash}/bin/bash -c 'source ${config.system.build.setEnvironment}; exec ${cfg.package}/bin/emacs --daemon'"; ``` Is it possible to do this in home-manager (the `config.system.build.setEnvironment` bit)