aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
/gnu/home/services.scm?id=35ecbb418c03e3957ebab87af921742466fe2de9'>home: environment-variables: Fix escaping....Andrew Tropin 2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin 2023-01-05home: shells: Do not escape backslashes in single-quoted strings....Ludovic Courtès 2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès 2023-01-03guix: Fix typos....jman 2022-08-19home: Use absolute path for home in activation script....Andrew Tropin 2022-08-05home: Use warning instead of display....Andrew Tropin 2022-08-02home: Add explicit dependency on env to activation script....Andrew Tropin 2022-07-14home: services: environment-variables: Double-quote values....Ludovic Courtès 2022-07-14home: services: Fix typo....Ludovic Courtès 2022-06-04home: services: Add 'lookup-home-service-types' procedure....Ludovic Courtès 2022-04-08home: Add home-xdg-data-files-service-type....Andrew Tropin 2022-04-08home: symlink-manager: Remove appending of leading dot....Andrew Tropin 2022-03-20home: Add home-xdg-configuration-files service....Andrew Tropin 2022-03-20home: Explicitly connect home-file and symlink-manager services....Andrew Tropin 2022-02-05home: services: import i18n module....Justin Martin 2022-01-28home: 'reconfigure' checks for potential downgrades....Ludovic Courtès 2022-01-03home: services: Make strings in Gexps translateble....Xinglu Chen 2021-11-17gnu: home: services: Fix typo....Vagrant Cascadian 2021-11-16home: services: Fix typo....Ludovic Courtès 2021-11-16Revert "home-services: Demonadify 'on-first-login' handling."...Efraim Flashner 2021-11-14home: services: Typo fix....Vagrant Cascadian 2021-11-14home-services: Demonadify 'on-first-login' handling....Ludovic Courtès 2021-11-14home-services: on-first-login: Check if XDG_RUNTIME_DIR exists....Andrew Tropin