summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2022-12-13 19:35:59 +0100
committerJelle Licht <jlicht@fsfe.org>2023-01-15 20:30:12 +0100
commita5b914156eda876000ecab29ebe855080f8d8ff6 (patch)
tree836d3dd8006415702a23830cd736f53765e58665 /doc
parent238f965c331990459a69cbc713ca951ad40e6044 (diff)
downloadguix-a5b914156eda876000ecab29ebe855080f8d8ff6.tar.gz
services: greetd: Add 'source-profile?' configuration field.
* gnu/services/base.scm (<greetd-terminal-configuration>)[source-profile?]:
New field.
(make-greetd-terminal-configuration-file): Serialize new field to
configuration file.
* doc/guix.texi (Base Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c07ec89b2f..9bcaf8ff78 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18908,6 +18908,10 @@ is recommended.
 @item @code{terminal-switch} (default: @code{#f})
 Make this terminal active on start of @code{greetd}.
 
+@item @code{source-profile?} (default: @code{#t})
+Whether to source @file{/etc/profile} and @file{~/.profile}, when they
+exist.
+
 @item @code{default-session-user} (default: @samp{"greeter"})
 The user to use for running the greeter.