[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (86d316b -> 6ae4644)
From: |
guix-commits |
Subject: |
branch master updated (86d316b -> 6ae4644) |
Date: |
Mon, 27 Sep 2021 10:37:05 -0400 (EDT) |
wigust pushed a change to branch master
in repository guix.
from 86d316b gnu: tla2tools: Build from a known commit.
add 3588bb0 home-services: Add most essential home services.
add e65848d home-services: Add home-run-on-change-service-type.
add 305edf9 home-services: Add home-provenance-service-type.
add 05093ff home-services: Add fold-home-service-types function.
add 1cc0308 home-services: Add symlink-manager.
add 6d2e316 home-services: Add fontutils.
add a0a914a home-services: Add helper functions for service
configurations.
add 9a2e9a6 home-services: Add shells.
add a921426 home-services: Add xdg.
add 7fcc642 home: Add home-environment.
add 833a78b home-services: Add utils module.
add 990e1e0 home-services: symlink-manager: Properly handle 1st
generation case.
add a307b51 home-services: activation: Add support for multiline env vars.
add 994c66b gnu: home: Add doc comment about the module.
add 3a10563 gnu: local.mk: Tabify.
add 89e05a6 scripts: Add 'guix home'.
add 879abff scripts: home: Add import subcommand.
add 3087a5c home-services: configuration: Add generic-serialize-alist.
add 5d4f39e home-services: run-on-change: Handle first generation case.
add aaffa43 doc: Add Guix Home documentation.
add 6b5ff71 home-services: Add Shepherd.
add bac597c home-services: Add Mcron.
add 44ed9eb home-services: shepherd: Add missing exports.
add a2324d8 guix: self: Add *home-modules*.
new 3c60496 doc: Add a note about Guix Home status.
new a2b9379 news: Add entry about Guix Home.
new 6ae4644 Merge branch 'wip-guix-home'
The 3 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:
Makefile.am | 3 +
doc/guix.texi | 738 +++++++++++++++++++++++++++++++++-
doc/he-config-bare-bones.scm | 24 ++
etc/news.scm | 30 ++
gnu/home-services.scm | 524 ++++++++++++++++++++++++
gnu/home-services/configuration.scm | 107 +++++
gnu/home-services/fontutils.scm | 65 +++
gnu/home-services/mcron.scm | 115 ++++++
gnu/home-services/shells.scm | 634 +++++++++++++++++++++++++++++
gnu/home-services/shepherd.scm | 134 ++++++
gnu/home-services/symlink-manager.scm | 247 ++++++++++++
gnu/home-services/utils.scm | 77 ++++
gnu/home-services/xdg.scm | 476 ++++++++++++++++++++++
gnu/home.scm | 106 +++++
gnu/local.mk | 11 +
guix/scripts/home.scm | 512 +++++++++++++++++++++++
guix/scripts/home/import.scm | 241 +++++++++++
guix/self.scm | 13 +-
18 files changed, 4053 insertions(+), 4 deletions(-)
create mode 100644 doc/he-config-bare-bones.scm
create mode 100644 gnu/home-services.scm
create mode 100644 gnu/home-services/configuration.scm
create mode 100644 gnu/home-services/fontutils.scm
create mode 100644 gnu/home-services/mcron.scm
create mode 100644 gnu/home-services/shells.scm
create mode 100644 gnu/home-services/shepherd.scm
create mode 100644 gnu/home-services/symlink-manager.scm
create mode 100644 gnu/home-services/utils.scm
create mode 100644 gnu/home-services/xdg.scm
create mode 100644 gnu/home.scm
create mode 100644 guix/scripts/home.scm
create mode 100644 guix/scripts/home/import.scm
- branch master updated (86d316b -> 6ae4644),
guix-commits <=