# Repo helpers. Run `just` to list recipes.

default:
    @just --list

# Sync live DMS config into this host's seed dir. Pass --dry-run, --settings-only, or a host module name.
sync-dms *args='':
    ./modules/desktop/shells/dms/_private/sync-seed.sh {{args}}
