Loading
cosmic-session: install the cosmic dconf profile file
While the dconf profile was specified, the profile file itself was not copied to the derivation's `out` output. Ideally, the Justfile in the source repository should have handled this but it doesn't. So, instead of patching the Justfile, install the dconf profile file manually in the `postInstall` phase. Also exit with a non-zero exit code in case the Justfile is updated and the manual install is no longer necessary, so that the maintainer(s) can remove it from the `postInstall` phase.