From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Collect guix profiles in single directory. Date: Mon, 6 Jan 2020 19:55:35 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54891) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioXXY-0008Bp-3o for guix-devel@gnu.org; Mon, 06 Jan 2020 13:55:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioXXW-0002VE-Sv for guix-devel@gnu.org; Mon, 06 Jan 2020 13:55:47 -0500 Received: from mail-qk1-x72c.google.com ([2607:f8b0:4864:20::72c]:38958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioXXW-0002Um-OT for guix-devel@gnu.org; Mon, 06 Jan 2020 13:55:46 -0500 Received: by mail-qk1-x72c.google.com with SMTP id c16so40369480qko.6 for ; Mon, 06 Jan 2020 10:55:46 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Prikler Cc: Guix Devel Hi, On Mon, 23 Dec 2019 at 12:00, Leo Prikler wrote: > This is a proposal to change the current approach. Instead of > splitting Guix config in a way that tries to conform to XDG, but does > not really, I propose to use a single directory ~/.guix for all > configuration. Maybe I misread something but instead I would prefer to move ~/.guix-profile under XDG standard, i.e., - ~/.config/guix/current (or whatever name remembering it is used by "guix pull") - ~/.config/guix/default (or 'profile') playing the role of ~/.guix-profile Other profiles could be added (by default) under ~/.config/guix/. Well, instead of ~/.guix/ I would prefer to have ~/.config/guix/. However, I agree that it could be a first step to have Channels manager (as it was discussed some weeks ago) or Profile manager (also discussed some weeks ago). (Personally, I prefer having my profile living in the folders of my projects, but that another story. ;-) All the best, simon