From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cNvXMaO1OGNM8AAAbAwnHQ (envelope-from ) for ; Sat, 01 Oct 2022 23:48:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id kO7MMaO1OGMrAgEAauVa8A (envelope-from ) for ; Sat, 01 Oct 2022 23:48:19 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A8DDF2F4C5 for ; Sat, 1 Oct 2022 23:48:18 +0200 (CEST) Received: from localhost ([::1]:38178 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oekLJ-0001gQ-TD for larch@yhetil.org; Sat, 01 Oct 2022 17:48:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oekL4-0001g6-Tb for guix-patches@gnu.org; Sat, 01 Oct 2022 17:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46712) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oekL4-0007Is-Go for guix-patches@gnu.org; Sat, 01 Oct 2022 17:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oekL4-0003H6-CM for guix-patches@gnu.org; Sat, 01 Oct 2022 17:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH v4 1/2] home-services: Add base. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Oct 2022 21:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Taiju HIGASHI Cc: 57963@debbugs.gnu.org, liliana.prikler@gmail.com, andrew@trop.in Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.166466087112535 (code B ref 57963); Sat, 01 Oct 2022 21:48:02 +0000 Received: (at 57963) by debbugs.gnu.org; 1 Oct 2022 21:47:51 +0000 Received: from localhost ([127.0.0.1]:45790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oekKs-0003G5-Vl for submit@debbugs.gnu.org; Sat, 01 Oct 2022 17:47:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oekKr-0003FN-E5 for 57963@debbugs.gnu.org; Sat, 01 Oct 2022 17:47:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36182) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oekKl-0007I6-EF; Sat, 01 Oct 2022 17:47:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=oQESRx1vgW5XKexo1adfBErJF/NsXmecvjmAmn/wMVg=; b=ahgrbhz5DYIpEJa9Vygw q6WJZjnDkL4cLSuHoDyu1ivi4W5324giuJnADN2wNoww7UcrRnToES8B7pcXMZyhyeW3KYagoLcQR nOPk9EVPiZWHynQSFraAbdt8tILuxxILXDQ69X0idi9scc7ctCQt6RxIBzNOXKUz34KsNvb7uxdbg v30zlg/cCqIlYuKOCosF9G4MOndko4dCZRi1uJU88gOJXx/OrelUX4/0z3JhO1idqaFjv4x4L43mI q7C7omO01rsXt9iis/l0dTBJ8VNqX7rz50J33QxaSNdZdxfzxGzpGFlkKxiq4W6/0jdxeCLT8gJES 4cZgNUUZUPFLsw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57948 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oekKk-0002t7-Ow; Sat, 01 Oct 2022 17:47:42 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220929143633.28844-1-higashi@taiju.info> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?UTF-8?Q?D=C3=A9cadi?= 10 =?UTF-8?Q?Vend=C3=A9miaire?= an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la Cuve X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 01 Oct 2022 23:47:41 +0200 In-Reply-To: <20220929143633.28844-1-higashi@taiju.info> (Taiju HIGASHI's message of "Thu, 29 Sep 2022 23:36:32 +0900") Message-ID: <87r0zrb4hu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664660898; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=oQESRx1vgW5XKexo1adfBErJF/NsXmecvjmAmn/wMVg=; b=BIJS73ksasOODYwXXoyVBLizmgtE7T4ijtw1QKCHZ3kpDerAnxT+azd1or7dzwcTFV9HWU v8AiFO0nqiOm5BLAcXBxFECfowWTcA58FuK+FSdfBVg1OK+I6134LQ8b6UXJRmWzenvLkr V/IBs6FYVKcpEFimGxy1E/m/EgBxojFeaDJoUr9tpeGV8OzjVCcayd4wRw0VzDHtf3Ypb5 DnTiKFEzQ3mf/HQJZEzRF+3ZR4Fg3in6l3L6EEVjVvRvv6+5KKVLh1jeRa+XFCmyVM504X T2FhVAx9Zc8Nnu7ldD2saiVYd7bT8GSwyS3UIWLcD6xrIMBP1wyNxWcMRWAfsA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664660898; a=rsa-sha256; cv=none; b=BQYxppFkIdDBD+ve/nK/tO++h+rFBJj8cAUbsk8jKfCvGItcjJUOFs8J03LrbisGIjsxcy boXaWhfhukT+Pqdvuxqijcb32EtSXRSpktAtf15hFwshGvDpz/2iuGKJJokIGkNKpwkQVO bpyBpowZuFfdYp0kQWz8w92aFbd/o2y/uabVtfgYbMohK9+y7np/T0fidDmCRmtg+DphV/ OIk2IcSNcWmURebBavg/muQWKnD3mueDjagVxqXs8hppfhI9HoSWwCRZ5ct9r5kAzc3uyU cs2m14PbYe+malBhG/cfVWSKbmccRSp9NWZFJhbTNLQAhEC6RMnKzYP3Hp7egA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ahgrbhz5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.14 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ahgrbhz5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A8DDF2F4C5 X-Spam-Score: -2.14 X-Migadu-Scanner: scn0.migadu.com X-TUID: ysM1GACDbr6a Hi, Taiju HIGASHI skribis: > * gnu/home.scm: Move home-fontconfig-service-type from > home-environment-default-essential-services to %home-base-services. > * gnu/home/services/base.scm: Add base. In addition to what Liliana wrote, please make sure to add the new file to =E2=80=98gnu/local.mk=E2=80=99. > @@ -82,7 +82,6 @@ (define (home-environment-default-essential-services he) >=20=20 > (service home-symlink-manager-service-type) >=20=20 > - (service home-fontconfig-service-type) > (service home-xdg-base-directories-service-type) > (service home-shell-profile-service-type) Like Liliana wrote, it may be that more of these can be moved from =E2=80=9Cessential=E2=80=9D to =E2=80=9Cbase=E2=80=9D, we can keep that for= a later patch. Otherwise LGTM! Ludo=E2=80=99.