diff options
author | Giacomo Leidi <[email protected]> | 2024-01-28 16:37:16 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-01-28 22:50:49 +0100 |
commit | 2f67528edd2d7669b441f61cb36d1b0f4f60bdb9 (patch) | |
tree | 02ea87f864fc5cd89dd7598088f2ed43108ae3e2 /gnu/local.mk | |
parent | 68b2a19c20170ace0a2cdf7f93cff747638d3516 (diff) |
home: Add home-dotfiles-service.
* gnu/home/service/dotfiles.scm: New file;
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* doc/guix.texi (Essential Home Services): Document it.
Change-Id: I6769169cfacefc3842faa5b31bee081c56c28743
Co-authored-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 041e2f1b7b..5e0a058848 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -96,6 +96,7 @@ GNU_SYSTEM_MODULES = \ %D%/home/services.scm \ %D%/home/services/desktop.scm \ %D%/home/services/dict.scm \ + %D%/home/services/dotfiles.scm \ %D%/home/services/symlink-manager.scm \ %D%/home/services/fontutils.scm \ %D%/home/services/gnupg.scm \ |