There are a few follow up patches for the current wip-guix-home branch: - Add utils ns with helpers for converting cases, which was missing. - Fix issue with creating first home-environment generation. - Add support to activation script for multiline values for environment variables. - Add a doc comment. The patches are attached to this messages. Andrew Tropin (4): home-services: Add utils module. home-services: symlink-manager: Properly handle 1st generation case home-services: activation: Add support for multiline env vars gnu: home: Add doc comment about the module gnu/home-services.scm | 4 +- gnu/home-services/shells.scm | 1 + gnu/home-services/symlink-manager.scm | 2 +- gnu/home-services/utils.scm | 77 +++++++++++++++++++++++++++ gnu/home.scm | 8 +++ 5 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 gnu/home-services/utils.scm -- 2.33.0