How do you manage your Emacs packages? Do you have a core set under your profile and then load others on demand via Guix shell?
Or do you have a manifest that you use for each project as needed?
I declared Emacs bankruptcy and am considering moving to Guix and starting from scratch.
Suggestions welcome
@monkey1
I use #rde to declare my entire init.el within my home-configuration.scm. it's not the most efficient (probably because I don't take advantage of any of the rde-specific features that provide greater feature modularity), but it's fun to have your entire personal computing setup in a single emacs-style file:
https://git.sr.ht/~reproducible/.guix/tree/trunk/item/home-configuration.scm#L363