{ pkgs, ... }: { processes = { frontend = { command = '' RUST_LOG=debug ${pkgs.cargo-watch}/bin/cargo-watch -x 'run' ''; }; }; }