On dim., mars 29 2026, [email protected] wrote:
> guix package --export-manifest gets you the package names. Running 'guix > home reconfigure guix-home-config.scm' will tell you the necessary > (use-modules ...) forms to use via its error messages, but this is a > process nearly equal in pain to re-installing all your packages > 'manually' with guix package. But you only have to go through it one > time, provided you don't lose all your data including your > ~/home-config.scm like I did. > The exported manifest can then then passed to ~guix package -m~ after reinstalling guix. There's also ~guix home import~, from the manual: > Generate a “home environment” from the packages in the default > profile and configuration files found in the user’s home directory. > [...]
