home: services: Export home-xmodmap-service-type and configuration.

This is a follow-up to commit
    511ae8325d
    home: services: Add home-xmodmap-service-type.

* gnu/home/services/desktop.scm (home-xmodmap-service-type,
home-xmodmap-configuration): Export.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2023-03-26 19:54:19 +02:00
parent 42fbe62d52
commit 8304634260
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2,6 +2,7 @@
;;; Copyright © 2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2022 ( <paren@disroot.org>
;;; Copyright © 2023 conses <contact@conses.eu>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -37,7 +38,10 @@ (define-module (gnu home services desktop)
home-dbus-service-type
home-unclutter-configuration
home-unclutter-service-type))
home-unclutter-service-type
home-xmodmap-configuration
home-xmodmap-service-type))
;;;