NixOS module and package for lack/soundcraft-utils
- Does not install xdg icons
- Generally hacky
- Clone repo
cd
to your local repo- Run
$ nix-build
- If successful, run
$ nix-shell
$ soundcraft_cli --no-dbus -l
should now work, but you can't run gui or make any changes.
- Clone repo
- In your
configuration.nix
:
- Add
imports = [ /path/to/repo/soundcraft-service.nix ];
- Add
services.soundcraft.enable = true;
$ sudo nixos-rebuild switch
and cross fingers- Do NOT run
soundcraft_dbus_service --setup
it is done in the nix-expression - The CLI and GUI tools should now work