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 23:52:50 +0100 Message-ID: References: <4f865cf7-2d4c-412e-84df-eb396317bfcc@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57171) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iobFB-00049Q-0X for guix-devel@gnu.org; Mon, 06 Jan 2020 17:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iobF8-0000RA-JK for guix-devel@gnu.org; Mon, 06 Jan 2020 17:53:03 -0500 Received: from mail-qk1-x72f.google.com ([2607:f8b0:4864:20::72f]:40167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iobF8-0000Q4-Cv for guix-devel@gnu.org; Mon, 06 Jan 2020 17:53:02 -0500 Received: by mail-qk1-x72f.google.com with SMTP id c17so41020723qkg.7 for ; Mon, 06 Jan 2020 14:53:02 -0800 (PST) In-Reply-To: <4f865cf7-2d4c-412e-84df-eb396317bfcc@www.fastmail.com> 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: Alex Griffin Cc: Guix Devel Hi, On Mon, 6 Jan 2020 at 21:08, Alex Griffin wrote: > > I like the idea of collecting guix profiles in one place, and I also like= the suggestion to not put it right in $HOME. However, I don't think profil= es belong in $XDG_CONFIG_HOME, for the simple reason that they are not conf= iguration. If you really want to follow the xdg basedir spec, they would go= in $XDG_DATA_HOME (~/.local/share). Personally, I already keep my profiles= in ~/.local/guix, which fits my brain well but is not xdg compliant either= . Yes, it make sense to me. + ~/.config/guix/current because it is configuration, somehow. Channels to= o. + ~/.local/share/guix for all the other user profiles And I agree that ~/.local/guix fits better. :-) But one could also argument that the profiles are configuration and not data because they are sourced. Well, bikeshedding. ;-) https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.htm= l All the best, simon