Hi g|ass.Houses,

You are close, but your modify-services syntax is slightly off.

You wrote this:

> (modify-services %desktop-services
>  (dbus-configuration
>   (services '(list flatpak)))
>  (delete gdm-service-type))
> I tried this and get a "source expression failed to match any pattern" error. 
> I also tried it without the "'" for the services list. 

It should be this:

(modify-services %desktop-services
                 (dbus-root-service-type config =>
                                         (dbus-configuration
                                          (services (list flatpak))))
                 (delete gdm-service-type))

Good luck,
  Gary

-- 
GPG Key ID: C4FBEDBD
Use `gpg --search-keys [email protected]' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
=======================================================================
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Why is HTML email a security nightmare? See https://useplaintext.email/

Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Reply via email to