Hi You need to append (srfi srfi-1) on line (use-modules gnu ) As describe in chapter 8.8.5 https://www.gnu.org/software/guix/manual/en/html_node/X-Window.html#X-Window
Cheers Pierre On July 17, 2019 5:09:16 AM GMT+02:00, Quiliro's lists <[email protected]> wrote: >El 2019-07-15 09:32, Miguel Suarez escribió: >> I managed to add the module! or graphics driver, here's are my >services, >> and how I added it! >> >> (services (cons* >> ;; (service slim-service-type) >> ;; (set-xorg-configuration >> (service slim-service-type >> (slim-configuration >> (xorg-configuration >> (xorg-configuration >> (keyboard-layout keyboard-layout) >> (modules (list xf86-video-openchrome >> xf86-input-libinput)))))) >> (remove (lambda (service) >> (eq? (service-kind service) gdm-service-type)) >> %desktop-services)))) > >There is one more closing parenthesis than openning parenthesis. Plus >it >is necesary to add a module at the top in order to remove >gdm-service-type. I do not remember which. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
