guix/gnu
Giacomo Leidi 01f685d560
gnu: home: dotfiles: Properly support both plain and Stow directory layouts.
Fixes <https://issues.guix.gnu.org/68848>.

The current implementation of the home-dotfiles-service-type contradicts
the Guix manual.  This patch properly implements both the plain and Stow
dotfiles directory layouts.

It does so by refactoring home-dotfiles-configuration adding a new
packages field to support GNU Stow's users workflow and introducing
a new layout field to switch between the two directory layouts.

* gnu/home/services/dotfiles (home-dotfiles-configuration): Migrate to
(gnu services configuration);
[packages]: new field;
[layout]: new field;
(strip-stow-dotfile): new variable;
(strip-plain-dotfile): new variable;
(home-dotfiles-configuration->files): use the new fields;
[directory-contents]: allow for
selecting a subset of application dotfile directories;
* doc/guix.texi: document the new layouts.

Change-Id: I2e96037608353e360828290f055ec5271cfdfd48
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-06 23:25:51 +01:00
..
bootloader
build
home gnu: home: dotfiles: Properly support both plain and Stow directory layouts. 2024-03-06 23:25:51 +01:00
installer
machine
packages gnu: r-seuratdata: Update to 0.2.2.9001-1.4dc08e0. 2024-03-06 15:44:45 +01:00
services services: virtual-build-machine: Disable substitutes by default. 2024-03-06 23:25:51 +01:00
system system: default-bash-profile: Add Guix Home search paths as well. 2024-02-28 16:55:20 +01:00
tests tests: install: Fix encrypted-root-not-boot-os test. 2024-02-21 15:20:07 +03:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: libtommath: Update to 1.2.1. 2024-03-05 08:54:13 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm