Liliana Marie Prikler writes: > Am Montag, dem 08.08.2022 um 22:27 +0300 schrieb muradm: >> >> Liliana Marie Prikler writes: >> >> > Am Montag, dem 08.08.2022 um 00:48 +0300 schrieb muradm: >> > > --- >> > >  doc/guix.texi         |  8 ++++++++ >> > >  gnu/services/base.scm | 24 +++++++++++------------- >> > >  gnu/tests/desktop.scm |  7 +++++++ >> > >  3 files changed, 26 insertions(+), 13 deletions(-) >> > > >> > > diff --git a/doc/guix.texi b/doc/guix.texi >> > > index 21cee4e369..2b09bea3b0 100644 >> > > --- a/doc/guix.texi >> > > +++ b/doc/guix.texi >> > > @@ -18509,6 +18509,14 @@ the 'root' account has just been >> > > created. >> > >  @item @code{terminals} (default: @code{'()}) >> > >  List of @code{greetd-terminal-configuration} per terminal >> > > for >> > > which >> > >  @code{greetd} should be started. >> > > + >> > > +@item @code{greeter-groups} (default: @code{'()}) >> > > +List of groups which should be added to @code{greeter} >> > > user. >> > > For >> > > instance: >> > > +@lisp >> > > +(greeter-groups '("seat" "video")) >> > > +@end lisp >> > > +Note that, however it will fail if >> > > @code{seatd-service-type} >> > > is not >> > > present, >> > > +or to be more specific, @code{seat} group is not present. >> > Note that this example will fail if the @code{seat} group >> > does >> > not exist. >> Which is stated right on the next line. > In a convoluted way. "Note that this example will fail if the > @code{seat} group does not exist." is imho easier on the reader. > > Cheers