Advertisement
Guest User

Untitled

a guest
Jul 26th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.50 KB | None | 0 0
  1.   (services (cons* (set-xorg-configuration
  2.                      (xorg-configuration
  3.                        (keyboard-layout keyboard-layout))
  4.                      bitlbee-service-type
  5.                      (bitlbee-configuration
  6.                        (plugins
  7.                          (specification->package "telegram-purple"))))
  8.                    (remove (lambda (service)
  9.                              (eq? (service-kind service) gdm-service-type))
  10.                            %desktop-services)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement