I ended up doing the same, plus some extra steps. Basically, I walked through the binary installation instructions of the manual and unded all the steps. When it told me to copy, move or symlink something I deleted that, I disabled and deleted the SystemD services, and I removed all the Guix build users and their group.
On Saturday, 4 May 2019 23:13:06 CEST Pierre-Henry F. wrote: > > Hi! > > I uninstalled Guix and re-installed it for about the same reasons. > Here is what did the job: > > rm -rf /gnu > rm -rf /var/guix > rm -rf /etc/guix > rm -rf ~/.profile/guix > rm ~/.guix-profile > > Maybe some more experience users can add/remove things to that list... > > PHF