From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EFE0C78oUmMYBwEAbAwnHQ (envelope-from ) for ; Fri, 21 Oct 2022 07:06:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0Bx8Cr8oUmPfbAAAG6o9tA (envelope-from ) for ; Fri, 21 Oct 2022 07:06:07 +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 F0D8C30FB8 for ; Fri, 21 Oct 2022 07:06:06 +0200 (CEST) Received: from localhost ([::1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olkEO-0001ra-Rp for larch@yhetil.org; Fri, 21 Oct 2022 01:06:04 -0400 Received: from [::1] (helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olkBU-0001ca-Ek for larch@yhetil.org; Fri, 21 Oct 2022 01:03:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olkBS-0001bi-PL for guix-patches@gnu.org; Fri, 21 Oct 2022 01:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1olkBS-00059U-I5 for guix-patches@gnu.org; Fri, 21 Oct 2022 01:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1olkBR-0001XR-UL for guix-patches@gnu.org; Fri, 21 Oct 2022 01:03:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57963] [PATCH v5 2/2] home: services: Support user's fontconfig configuration. Resent-From: Declan Tsien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 21 Oct 2022 05:03:01 +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 Tropin Received: via spool by 57963-submit@debbugs.gnu.org id=B57963.16663285705895 (code B ref 57963); Fri, 21 Oct 2022 05:03:01 +0000 Received: (at 57963) by debbugs.gnu.org; 21 Oct 2022 05:02:50 +0000 Received: from localhost ([127.0.0.1]:36634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olkBG-0001X1-5r for submit@debbugs.gnu.org; Fri, 21 Oct 2022 01:02:50 -0400 Received: from mx0.riseup.net ([198.252.153.6]:41782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olkBE-0001Wm-4A for 57963@debbugs.gnu.org; Fri, 21 Oct 2022 01:02:48 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4Mtsm22CnZz9s4c; Fri, 21 Oct 2022 05:02:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1666328562; bh=OeExrDZyFaynVlX+ASOnPV1pvS8YLJTEVsQ0NFxcxc4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=K9rd5Z6BE8in8qBntj19qm4BcV0hA3fdMTiTr2Yk5sVLW+8GyRhgkMjGXFpaaAO5X qljTfoGF8st9N+0bBw/apfObMTqhmgyiTwsTDJfdRUi9zIKD2RZrxcpSuQrATZZ5FP Hj+/RM8jvIH/3c3g0Slk8TbKJqh0qORG5fCwCKXA= X-Riseup-User-ID: 840155BD7D1C881F3513E92CBC56BDC22E951889E68315F765B4F3159EF1F94D Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4Mtsm14sYCz5vP3; Fri, 21 Oct 2022 05:02:41 +0000 (UTC) From: Declan Tsien In-Reply-To: <87ilkdbz75.fsf@taiju.info> References: <20221002131535.9972-1-higashi@taiju.info> <20221002131535.9972-2-higashi@taiju.info> <875ygf3ve6.fsf@riseup.net> <87ilkdbz75.fsf@taiju.info> Date: Fri, 21 Oct 2022 13:02:30 +0800 Message-ID: <87a65psra1.fsf@riseup.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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=1666328767; 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: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=OeExrDZyFaynVlX+ASOnPV1pvS8YLJTEVsQ0NFxcxc4=; b=gyKdvySC97/6aMtcRp/bmiyrV8zYtgPFn9u8GQORrR2pFg0N8YZ7hnyk3QYgT+dTlQ0Wcn hYIWnUI8d+daP0M8z04uAL0i5hiH9dwTRJqhSF5TryFzY0jR36ot+1KMO2oZ1g7a1jG3zv QDsCxBPbf6d8yCWhLaTEoDH9MevBZpux5/he51M3obDk5mj7VSK+kVMhwhmnhCwUm0zwoV CCfhpCKGkycdNCgnoKsTU1i+pBJUUW2STCrPHUnEnnY1+cfSfZJbM14G/srhbdzLNkzUYV AQSoy4pr3AKXjads6KzYK/iH/KBi+fVrEpkjvOEQC0J5gNjoBUaFZa2KWqCp/Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666328767; a=rsa-sha256; cv=none; b=ebQGKjGpTpAJqPdKLiPWYMmvEmFuPl6PbaSvHiH8WNC8ZvPEa2lNiYNNdfeR2qojTMGLuU Y6EnAMFgJrauqThSTVvDirD6yV+HOSuCUO7ASoXM/3hQQeDcDk/iGhZgHOXZNFIeUTIfZF e8HQrHmvtG2d35MsTFf8mOnbzgKzqLwhHZKeXFQG9wSFDSmzFnTnIYp+8kh36FdpBaP8kU 6YW9zeHn0djjUp874g4Sq9dSSWEX4+cgAr9LwPgecMOMqahuTNsSDuMJeVQEVAx3uDEaYO M4kQR2zRTeArF71eaAqiuG7LL2QGClfWbbv9UkqyJ4NBw/jolF12jb4fV3qkgg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=K9rd5Z6B; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); 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: 4.76 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b=K9rd5Z6B; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); 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: F0D8C30FB8 X-Spam-Score: 4.76 X-Migadu-Scanner: scn0.migadu.com X-TUID: IKPI6MtFw75/ --=-=-= Content-Type: text/plain Taiju HIGASHI writes: > > Sorry, I didn't understand your question. Could you give me more > specific needs? > My apologies. I should be more clear. I think I saw we are using =modify-services= (somewhere in this thread) to configure =home-fontconfig-service-type=. But wouldn't be nice if user can just use =simple-service= to extend it? Like this in my guix-config: https://git.sr.ht/~declantsien/guix-config/tree/master/item/home-conf/appearance/font.scm#L30-55 https://git.sr.ht/~declantsien/guix-config/tree/master/item/guix/gnu/home/services/fontutils.scm#L94-96 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmNSJ+YXHGRlY2xhbnRz aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vVMBAv/b6gpU7YoVDRrbA+bXjZcjgVf huKi02NQJniP7Erpxziz4l0vxO8jIKRAsgVHPK+DB6LVMunNvNkn5Kkf0MKoNVX4 GU5JIkDcy8Sapm742lOCk6Vx7v+O7QxCu9wbUNfDuAmAFhVMXt3Whb4H5CUC+9Kz nFFx55mKbmB54em5/qOXuFJbXOn/TkKbOEQcqqSBOurPzmB3Q6CdzQfl0hCRXfZn OiYk+stvbxUktsK3p40xHQTDdLeu2V9MmDDtQUMzx0L4cRVqdjpUdX2Pqfvbad36 1ILj9X0fU5pup34ozqweRTLA7jGJhrTUtZzlvNTdTnMajLzAUEKqqg5vT4ZmcX+Z hm8xkDek6flSQKH6Rsd7kaUBteMBVV1muWnwkvk9SzIYVix8WH8VO6hUOZIP68UB fv9VfSHnMwLJL2trVeXaQOv4cqPTVHuUSb08MwamQ+qeeh5/wS0rsSmfa00IGTwf LRCbpRWHjzGJEu8i2KPnXX6zkjK2+T+ha1pgPaO9 =YHGF -----END PGP SIGNATURE----- --=-=-=--