From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 02 12:37:50 2021 Received: (at 50967-done) by debbugs.gnu.org; 2 Oct 2021 16:37:50 +0000 Received: from localhost ([127.0.0.1]:60392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWi1F-0008CL-W8 for submit@debbugs.gnu.org; Sat, 02 Oct 2021 12:37:50 -0400 Received: from mail-lf1-f45.google.com ([209.85.167.45]:44746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWi1D-0008C3-Qq for 50967-done@debbugs.gnu.org; Sat, 02 Oct 2021 12:37:48 -0400 Received: by mail-lf1-f45.google.com with SMTP id y26so51950264lfa.11 for <50967-done@debbugs.gnu.org>; Sat, 02 Oct 2021 09:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5lk2K1SzXSvpM7kFP7zu0Cl+ecXzjqTAEiUolCSxWEg=; b=ol/oOPsRX9jLQsu6l/LHPXbtboQpZAevj9QMW27DHUIK5nbdFg5UrjEwDXLhyVlfhT v88xuZVit/Sd++nvsNe71GTtA5HHlZMOHiO5TPAobAtMjFVZ3DiXukptSBsLECd4KB5T PAHMH4iUu5y7hQMNUZypmIq/rCl3krx0PsnyEl4ITvRYCcu9UcbrEubMJWNVXIpEXiXI oKQX/dF0Uk3bWm3F4fNHwnFgv46w3fk7UrqYUwm+WKbRRIKECTipXBYUeoiPdjXBlWoX N9hS+v+4QnzrV5duIJj2itRaaA0a9kTq4bpPRJnfXf+BOXoPh7zgtLvSnxAXtCr8Z+fS hGlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5lk2K1SzXSvpM7kFP7zu0Cl+ecXzjqTAEiUolCSxWEg=; b=24bPouTG15qldSTOehVl3eJ9vNBxDl5RtjjZCAhP/OL9yVXlPegJNZRLDDNxAj3wRe zyk6Gjj+385rb9TdYew87J5VoxWglrG9CU01IphuHkOiqL0ZQXudm5Cpj0j6accKXCtV mm8Z9+8lxscG65lH1PgANmJm8lkMmbWYgdy3VNZJTwsqX//tnMQBGArKmvdxEJgzz5DX wZ1ahsUFkQOESFLJZQnw9tuFXlMaTxfRTWRQHgIP4BskikTn+a6ajBWpq3Jq72VlyA2j IH3udgj4jIfWFCvnCHWwoTLgAUtKXsRJQZ5D/rrEc9y+LU/0q+az4za+y0krv4GqFmgP x3KQ== X-Gm-Message-State: AOAM531etj8h1hEloa/xN+pqlKtns1zCVVkrjhGsXpjrtmzewZqGdY4P gPLxaDf7tsXCHpp8Sun2bS0= X-Google-Smtp-Source: ABdhPJyn+hwpWtSADqNlDR7kWOi5hSWMDdEM5hk/gu32xcOjnSlr236K3Xr1iGWvm5/09Q/8gtqG0A== X-Received: by 2002:a2e:a54b:: with SMTP id e11mr4695608ljn.171.1633192661670; Sat, 02 Oct 2021 09:37:41 -0700 (PDT) Received: from localhost.localdomain ([88.201.161.72]) by smtp.gmail.com with ESMTPSA id f16sm909242lfp.199.2021.10.02.09.37.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Oct 2021 09:37:41 -0700 (PDT) From: Oleg Pykhalov To: guix-patches@gnu.org Subject: [PATCH 00/14] (gnu home services), file-like objects, guix home import documentation Date: Sat, 2 Oct 2021 19:37:16 +0300 Message-Id: <20211002163716.29226-1-go.wigust@gmail.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50967-done Cc: Oleg Pykhalov , =?UTF-8?q?Ludovic=20Court=C3=A8s?= , Xinglu Chen , 50967-done@debbugs.gnu.org, Andrew Tropin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This patch series is a replacement for https://issues.guix.gnu.org/50967 * Moves every home service to (gnu home services). * Adds support for file-like objects in configuration.scm, e.g. the following will work now: (home-environment (services (list (service home-bash-service-type (home-bash-configuration (bashrc (list (local-file .bashrc)))))))) * Documents guix home import. Andrew Tropin (1): tests: Add tests for guix home cli. Oleg Pykhalov (13): gnu: home-services: Move configuration to (gnu home services). gnu: home-services: Move symlink-manager to (gnu home services). gnu: home-services: Move utils to (gnu home services). gnu: home-services: Move fontutils to (gnu services). gnu: home-services: Move shells to (gnu home services). gnu: home-services: Move xdg to (gnu home services). gnu: home-services: Move shepherd to (gnu home services). gnu: home-services: Move mcron to (gnu home services). scripts: home: (gnu home-services bash) -> (gnu home services bash). doc: (gnu home-services) -> (gnu home services). gnu: home-services: Update %service-type-path. home: services: configuration: Support file-like objects. doc: Document guix home import. Makefile.am | 1 + doc/guix.texi | 12 ++- doc/he-config-bare-bones.scm | 2 +- gnu/home-services.scm | 4 +- gnu/home.scm | 8 +- .../services}/configuration.scm | 16 ++- .../services}/fontutils.scm | 2 +- .../services}/mcron.scm | 4 +- .../services}/shells.scm | 6 +- .../services}/shepherd.scm | 2 +- .../services}/symlink-manager.scm | 2 +- .../services}/utils.scm | 2 +- gnu/{home-services => home/services}/xdg.scm | 6 +- gnu/local.mk | 16 +-- guix/scripts/home/import.scm | 10 +- tests/guix-home.sh | 99 +++++++++++++++++++ 16 files changed, 150 insertions(+), 42 deletions(-) rename gnu/{home-services => home/services}/configuration.scm (86%) rename gnu/{home-services => home/services}/fontutils.scm (98%) rename gnu/{home-services => home/services}/mcron.scm (98%) rename gnu/{home-services => home/services}/shells.scm (99%) rename gnu/{home-services => home/services}/shepherd.scm (99%) rename gnu/{home-services => home/services}/symlink-manager.scm (99%) rename gnu/{home-services => home/services}/utils.scm (98%) rename gnu/{home-services => home/services}/xdg.scm (99%) create mode 100644 tests/guix-home.sh base-commit: 159b94cfb526e8695ae159ae29edc608b7a29bef -- 2.33.0