guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56699] [PATCH] gnu: greetd-service-type: Add greeter-extra-groups c


From: muradm
Subject: [bug#56699] [PATCH] gnu: greetd-service-type: Add greeter-extra-groups config field.
Date: Fri, 05 Aug 2022 09:44:48 +0300
User-agent: mu4e 1.8.7; emacs 29.0.50


supplimentary-groups receiving a list, so I find it more informative
when adding apples with apples. And yes with high enough chance
more groups could be added to the list of defaults.

Is there any preference on using cons* in favour of more readable
append?

thanks in advance,
muradm

"(" <paren@disroot.org> writes:

On Fri Jul 22, 2022 at 12:45 PM BST, muradm wrote:
+         ;; video group is required for graphical greeters.
+         (supplementary-groups
+          (append
+           '("video")
+           (greetd-greeter-extra-groups config)))
Change to (cons "video" (greetd-greeter-extra-groups config)) or maybe use cons* if you think there's a possibility that more groups will later
need to be added.

Otherwise SGTM :)

    -- (

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]