Is there a method to include the activation of system modules into a dev shell?
I.e. lots of projects require the docker daemon to be enabled, or libvirtd, or some other service.
At the moment I am just enabling these part of my desktop machine config, but if they weren’t already enabled I wouldn’t be able to build these projects without modifying my system config and rebuilding.
I understand that the question may be kinda stupid, modifying stuff like that is quite intrusive.
However, on other linux systems, repositories may include a script which installs and sets-up services instead and I see this as analogous to that.
Also if this is not possible the ordinary way, do flakes have a solution for it instead?