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 "(" 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 :) > > -- (