diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 23:16:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 23:53:36 +0200 |
commit | 36ffaca2469e6a98e23f59c4a7e82ed985710310 (patch) | |
tree | edcc607f08d79f9aafce3917a21b0de303f2aa4b /Makefile.am | |
parent | c217cbd84d7aee7414945a6cf85e1d704fff6e32 (diff) | |
download | patches-36ffaca2469e6a98e23f59c4a7e82ed985710310.tar patches-36ffaca2469e6a98e23f59c4a7e82ed985710310.tar.gz |
doc: Add desktop configuration example.
* gnu/system/examples/bare-bones.tmpl: Change 'packages' and
'host-name'. Remove D-Bus, Avahi, and SLiM services, and add lsh
instead.
* gnu/system/examples/desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b20421a753..6478aeb8e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,8 @@ KCONFIGS = \ # Templates, examples. EXAMPLES = \ - gnu/system/examples/bare-bones.tmpl + gnu/system/examples/bare-bones.tmpl \ + gnu/system/examples/desktop.tmpl GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go guix/tests.go |