[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (10d865aa92 -> 3748c32b13)
From: |
guix-commits |
Subject: |
branch master updated (10d865aa92 -> 3748c32b13) |
Date: |
Sun, 20 Mar 2022 14:06:50 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 10d865aa92 services: thermald: Add 'adaptive?' field.
new 9e86e58d6f home: symlink-manager: Use existing home-directory symbol.
new d05954047f home: symlink-manager: Add missing 'done' word in message.
new d3ef61ab17 home: Explicitly connect home-file and symlink-manager
services.
new e0089dc0e9 home: Add home-xdg-configuration-files service.
new 4935501fd9 home: shells: Migrate zsh to xdg-configuration-files.
new 3c149de461 home: Migrate fountutils and xdg modules to
xdg-configuration-files.
new 92c2397070 home: symlink-manager: Respect XDG_CONFIG_HOME during
activation.
new 6da2a5a565 home: import: Properly parse aliases that contain quotes.
new 3748c32b13 home: import: Clarify alias parsing code.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/home/services.scm | 45 ++++++++++---
gnu/home/services/fontutils.scm | 4 +-
gnu/home/services/shells.scm | 122 ++++++++++++++++++----------------
gnu/home/services/symlink-manager.scm | 60 +++++++++++------
gnu/home/services/xdg.scm | 31 +++++----
guix/scripts/home/import.scm | 33 +++++----
tests/home-import.scm | 31 +++++++++
7 files changed, 209 insertions(+), 117 deletions(-)
- branch master updated (10d865aa92 -> 3748c32b13),
guix-commits <=
- 01/09: home: symlink-manager: Use existing home-directory symbol., guix-commits, 2022/03/20
- 09/09: home: import: Clarify alias parsing code., guix-commits, 2022/03/20
- 03/09: home: Explicitly connect home-file and symlink-manager services., guix-commits, 2022/03/20
- 06/09: home: Migrate fountutils and xdg modules to xdg-configuration-files., guix-commits, 2022/03/20
- 08/09: home: import: Properly parse aliases that contain quotes., guix-commits, 2022/03/20
- 04/09: home: Add home-xdg-configuration-files service., guix-commits, 2022/03/20
- 07/09: home: symlink-manager: Respect XDG_CONFIG_HOME during activation., guix-commits, 2022/03/20
- 02/09: home: symlink-manager: Add missing 'done' word in message., guix-commits, 2022/03/20
- 05/09: home: shells: Migrate zsh to xdg-configuration-files., guix-commits, 2022/03/20