Oleg Pykhalov
|
0f6a27c2c4
|
scripts: home: Make sure profile directory exists.
* guix/scripts/home.scm (process-action): Make sure profile directory exists.
|
2021-10-09 19:24:19 +03:00 |
|
Oleg Pykhalov
|
0e8d2df0f1
|
Move (gnu home-services) to (gnu home services).
* gnu/home-services.scm (%guix-home-root-directory): Replace
gnu/home-services.scm with "gnu/home/services.scm".
Rename to gnu/home/services.scm.
* gnu/local.mk
(GNU_SYSTEM_MODULES): Rename gnu/home-services.scm to gnu/home/services.scm.
* doc/he-config-bare-bones.scm:
Replace (gnu home-services) with (gnu home services).
* gnu/home.scm: Same.
* gnu/home/services/fontutils.scm: Same.
* gnu/home/services/mcron.scm: Same.
* gnu/home/services/shells.scm: Same.
* gnu/home/services/shepherd.scm: Same.
* gnu/home/services/symlink-manager.scm: Same.
* gnu/home/services/xdg.scm: Same.
* guix/scripts/home.scm: Same.
* guix/self.scm: Same.
|
2021-10-09 19:24:18 +03:00 |
|
Efraim Flashner
|
6a544b2130
|
scripts: home: Support dry-run.
* guix/scripts/home.scm (%options): Add option for dry-run.
|
2021-10-04 11:26:43 +03:00 |
|
Pierre Langlois
|
20bc9ecc20
|
scripts: home: Wire and document --expression flag.
* guix/scripts/home.scm (show-help): Add --expression option.
(%options): Likewise.
* doc/guix.texi (Invoking guix home): Document it.
|
2021-10-02 21:21:19 +01:00 |
|
Andrew Tropin
|
879abff4fd
|
scripts: home: Add import subcommand.
* guix/scripts/home/import.scm: New file.
* Makefile.am (MODULES): Add it.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
2021-09-09 20:26:51 +03:00 |
|
Andrew Tropin
|
89e05a6955
|
scripts: Add 'guix home'.
* guix/scripts/home.scm: New file.
* Makefile.am (MODULES): Add it.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
2021-09-09 20:26:51 +03:00 |
|