Email or username:

Password:

Forgot your password?
Top-level
Andrew Tropin

@nanounanue The one way to use rde is generating home-environment record object, which you can pass to guix home reconfigure, so basically it doesn't matter too much if you craft home-environment from scratch or using rde or combining both approaches.

If you talk about your current hand-crafted ~/.config/emacs it will be backed up to home folder by symlink manager: guix.gnu.org/en/manual/devel/e

If you have ~/.emacs.d - move it out manually to other location, as it have priority over ~/.config/emacs.

2 comments
Nanounanue

@abcdw thanks, could you point me to a tutorial for starting from the scratch? I am using guix in a foreign distro ...

Andrew Tropin

@nanounanue I don't have tutorials at hand, but you can use manuals:

trop.in/rde/manual
guix.trop.in/en/manual/devel/e

Also, you can lookup streams recordings on the related topics on my channel and @daviwil's System Crafters channel.

Go Up