all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to add xscreensaver service?
@ 2022-04-04 18:53 Stefan Baums
  2022-04-04 19:50 ` Stefan Baums
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Baums @ 2022-04-04 18:53 UTC (permalink / raw)
  To: help-guix

Dear all,

I am trying to enable xscreensaver in my system configuration as
follows:

   (operating-system

    ...

    (services
       (append
        (list

         ...

         (screen-locker-service xscreensaver)

         ...

         %desktop-services))))

but reconfiguration fails with

   error: xscreensaver: unbound variable

Looking at various dotfiles online, the above looks right. What am
I missing? Do I need to add another line somewhere in my
system.scm to meet a dependency? I do have “xorg” in
“use-service-modules.”

All best,
Stefan


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to add xscreensaver service?
  2022-04-04 18:53 How to add xscreensaver service? Stefan Baums
@ 2022-04-04 19:50 ` Stefan Baums
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Baums @ 2022-04-04 19:50 UTC (permalink / raw)
  To: help-guix

I figured it out. What was needed was:

   (use-package-modules xdisorg)

S.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-04 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 18:53 How to add xscreensaver service? Stefan Baums
2022-04-04 19:50 ` Stefan Baums

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.