From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MMkJEWEwLWWRxgAAG6o9tA:P1 (envelope-from ) for ; Mon, 16 Oct 2023 14:45:21 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id MMkJEWEwLWWRxgAAG6o9tA (envelope-from ) for ; Mon, 16 Oct 2023 14:45:21 +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 0131F3E87F for ; Mon, 16 Oct 2023 14:45:21 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GlWArb2W; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697460321; a=rsa-sha256; cv=none; b=Nc4sRdAzo41RB6jvp02hcHjpy3kUA6/nA8gDiS29ZslMFDEw0uAGncsvQFG7jddHJv9JJz Ab4EpBDM7cnnEAdkqNeil3krVGApL3NLECp/QwXKHr8M1gJGDm/nvVpmRG+Rqo+NCCqOt2 hL6Do83nhHhXcfV/2EXzIRBwdVxK+PDecTypNR0/YamrsP4RPJDxSQwkYXFFU8fo7a+Xad D0936u55VtgdDtEqXWCANCQk3Ad9zi2YPABAHhA5m27Dm6pzdC2KQY1JWKdZ+ANnv1yobP 0wxtQwRRBuadvQ4CfVinehruNo3hw9QBuNwr9X6Cco28MYbtt4BuaITgvXY+fA== 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=GlWArb2W; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697460321; 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=cJRk3IAfTblzO5r+ZLLZm4fgPkS76QaOXHxoyC681i0=; b=KOMm2vTaYM9zOKJMQh16qD3vBkAz2jI7jmnCXQ0RoeoTsdhMV14rHQ+dqVbLnbeYYasvPF D2y/UueHqPOi6r/uhFkDSQLCY7qG3igIkpkkWgj4cnOteMjVpoUrlb1plrlJWMG2YSr1Jh xwHqwU5n8M2BDNHPqNNlzgfFH8m9kl+C3sMw7ru8L4evv68uFJae53Bnjusj4EFWxC62ob 6+kVKxYiMPF4ofihEthvUoTYvrkse/UhftGixod//6bE9KiEqDVOeoeRuc7SVmzliIq8Az RK4A8kVCh2UrsFtqioY50rD3DBQqCVAl30yxhz8bXAGcePr/2x3kqKXifAEE7g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qsMxl-0006dL-Ok; Mon, 16 Oct 2023 08:44:49 -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 1qsMxb-0006aS-3R for guix-patches@gnu.org; Mon, 16 Oct 2023 08:44:40 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qsMxa-0007JQ-K2 for guix-patches@gnu.org; Mon, 16 Oct 2023 08:44:38 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qsMxy-0008MT-7Z for guix-patches@gnu.org; Mon, 16 Oct 2023 08:45:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66577] [PATCH 2/4] doc: Mention Guix Home in =?UTF-8?Q?=E2=80=9CGetting_?= =?UTF-8?Q?Started=E2=80=9D.?= Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Oct 2023 12:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66577 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66577@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 66577-submit@debbugs.gnu.org id=B66577.169746025532035 (code B ref 66577); Mon, 16 Oct 2023 12:45:02 +0000 Received: (at 66577) by debbugs.gnu.org; 16 Oct 2023 12:44:15 +0000 Received: from localhost ([127.0.0.1]:55459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsMxC-0008KY-Q1 for submit@debbugs.gnu.org; Mon, 16 Oct 2023 08:44:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsMxA-0008KC-AP for 66577@debbugs.gnu.org; Mon, 16 Oct 2023 08:44:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsMwe-00077x-9o; Mon, 16 Oct 2023 08:43:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=cJRk3IAfTblzO5r+ZLLZm4fgPkS76QaOXHxoyC681i0=; b=GlWArb2WjC5mm9IEGXmA IWKJOVFo4M2EDAn6BwHfxpYzrWR/8CWAT43zvnLyCaOwEza1THQoPvdaXoFQ541TBMvczDehItHRr 3YM6zn1ASCFM+I+mzbDOSRHiF6b8JsJIvH6g4qjEUCuLaY4vrkIjDBj94J44UCwHkJ4F2vI6C2bwA 2NoorGjGQPU+8yX7ayWScC7P0f7JzEW7AbO1SMNM9uaE3ZphBifK3iGY06aB484D8un5u+pIHmbLz YiM5L0DUgwKWkWG9HIEvfaxN4xdGBHEOuVlUeRnVOlQosv4kbu8AI1iQDO0kV4sh2V2KLm58tK8J2 iIr9BlVMJncU6g==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 16 Oct 2023 14:43:01 +0200 Message-ID: <2de53646c5355b42fec247780399fccb7c6a4f38.1697459606.git.ludo@gnu.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -5.88 X-Spam-Score: -5.88 X-Migadu-Queue-Id: 0131F3E87F X-TUID: fFChVhAKcujB * doc/guix.texi (Getting Started): Mention Guix Home. (Home Configuration): Remove “still under development” note. --- doc/guix.texi | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 8ebf50469e..f5d20873be 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3069,11 +3069,15 @@ Getting Started @quotation Going further @xref{Package Management}, for more about package management. You may like @dfn{declarative} package management with @command{guix package ---manifest}, managing separate @dfn{profiles} with @option{--profile}, +--manifest}, deleting old generations, collecting garbage, and other nifty features that will come in handy as you become more familiar with Guix. If you are a developer, @pxref{Development} for additional tools. And if you're curious, @pxref{Features}, to peek under the hood. + +You can also manage the configuration of your entire @dfn{home +environment}---your user ``dot files'', services, and packages---using +Guix Home. @xref{Home Configuration}, to learn more about it! @end quotation Once you've installed a set of packages, you will want to periodically @@ -43036,12 +43040,6 @@ Home Configuration @c Maybe later, it will be possible to make home configuration a part of @c system configuration to make everything managed by guix system. -@quotation Note -The functionality described in this section is still under development -and is subject to change. Get in touch with us on -@email{guix-devel@@gnu.org}! -@end quotation - The user's home environment usually consists of three basic parts: software, configuration, and state. Software in mainstream distros are usually installed system-wide, but with GNU Guix most software packages -- 2.41.0