On 2/20/22 11:13, Gottfried wrote:
what do I have to add exactly and where?

Hi! You have to *replace* %desktop-services in your file with the example usage of modify-services from the manual that Gary sent in his previous email.

This:

    %desktop-services

has to become this:

    (modify-services %desktop-services
      (sane-service-type _ => sane-backends))

Additionally, you have to import the right module that contains the sane-backends package. So you'll have to add "scanner" to your use-package-modules line at the top.

Reply via email to