Move user-level configs out of rc.org
[~bandali/configs] / .config / guix / manifest / README
1 To install/update the packages of the default profile, use
2
3 guix package -m $MY_GUIX_MANIFESTS/main.scm
4
5 and for other profiles, use
6
7 guix package -m $MY_GUIX_MANIFESTS/name.scm -p $MY_GUIX_PROFILES/name/name
8
9 where `name' is the name of the profile (e.g. `doc', `media', ...).