Nushell module for viewing and enabling runit services. In this context, "enable" means symlinking the service directory into the current runsvdir (this is the nomenclature used by the Void Linux manual).
Run vsm list to fetch the full list of services (including services you haven't enabled yet). The output is a list of records which you can perform everyday Nushell filtering on.
Run vsm enable <name> to enable an installed service.
Run vsm disable <name> to disable an enabled service (not to be confused with 'down').
git clone https://github.com/ThePademelon/vsm.nu; cd vsm.nu
use vsm.nu *To start Nushell with these commands included, add this to your config.nu
use <path to this repo>/vsm.nu *