Andrew Tropin writes: […] > From 634e6cbb7153ea02fb2ace6d39dae4055ed0c73c Mon Sep 17 00:00:00 2001 > From: Andrew Tropin > Date: Tue, 28 Sep 2021 12:30:55 +0300 > Subject: [PATCH] home-services: Add missing imports and function definition. > > * gnu/home-services/configuration.scm: Add missing imports. > * gnu/home-services/utils.scm (list->human-readable-list): Add new function. > * gnu/home-services/configuration.scm: Add missing imports. > * gnu/home-services/xdg.scm: Fix ensure-list function. > * guix/scripts/home/import.scm: Add missing imports. > --- > gnu/home-services/configuration.scm | 2 ++ > gnu/home-services/utils.scm | 30 ++++++++++++++++++++++++++++- > gnu/home-services/xdg.scm | 12 +++++++----- > guix/scripts/home/import.scm | 4 ++++ > 4 files changed, 42 insertions(+), 6 deletions(-) Applied, thank you! Oleg.