guix/gnu/home/services
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
..
desktop.scm home: services: Add 'x11-display' service. 2023-11-05 23:23:23 +01:00
dict.scm home: services: dicod, syncthing: Import (gnu home services shepherd). 2023-08-29 11:42:16 +02:00
dotfiles.scm gnu: home: dotfiles: Properly support both plain and Stow directory layouts. 2024-03-06 23:25:51 +01:00
fontutils.scm home: fontutils: Don't install fontconfig. 2024-01-17 11:13:45 +02:00
gnupg.scm home: Add parcimonie service. 2023-09-04 11:11:58 +03:00
guix.scm
mail.scm
mcron.scm
media.scm
messaging.scm
pm.scm
shells.scm home: services: zsh: Use unified zprofile. 2024-01-17 11:11:10 +02:00
shepherd.scm home: services: shepherd: Use the 0.10.x interface. 2024-01-08 23:14:46 +01:00
sound.scm gnu: home: Add home-pipewire service. 2023-12-26 15:41:59 +03:00
ssh.scm gnu: Use ‘libc-utf8-locales-for-target’. 2023-12-02 12:25:45 +01:00
symlink-manager.scm home: symlink-manager: Allow busy device skip. 2024-02-19 18:43:32 +01:00
syncthing.scm home: services: dicod, syncthing: Import (gnu home services shepherd). 2023-08-29 11:42:16 +02:00
utils.scm
xdg.scm