help-guix
[Top][All Lists]
Advanced

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

Re: printer installed, now scanner ?


From: SeerLite
Subject: Re: printer installed, now scanner ?
Date: Sun, 20 Feb 2022 12:45:05 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

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

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