diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2024-01-28 16:37:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-01-28 22:50:49 +0100 |
commit | 2f67528edd2d7669b441f61cb36d1b0f4f60bdb9 (patch) | |
tree | 02ea87f864fc5cd89dd7598088f2ed43108ae3e2 /po/guix/POTFILES.in | |
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 <ludo@gnu.org>
Diffstat (limited to 'po/guix/POTFILES.in')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 154ad4e530..d13e19619d 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -14,6 +14,7 @@ gnu/services/samba.scm gnu/services/version-control.scm gnu/home/services.scm gnu/home/services/desktop.scm +gnu/home/services/dotfiles.scm gnu/home/services/fontutils.scm gnu/home/services/gnupg.scm gnu/home/services/guix.scm |