guix-commits
[Top][All Lists]
Advanced

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

branch master updated: home: services: Export home-xmodmap-service-type


From: guix-commits
Subject: branch master updated: home: services: Export home-xmodmap-service-type and configuration.
Date: Sun, 26 Mar 2023 13:57:58 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8304634260 home: services: Export home-xmodmap-service-type and 
configuration.
8304634260 is described below

commit 8304634260bbedfca8a6ed87e5d84b619be1e3fd
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Mar 26 19:54:19 2023 +0200

    home: services: Export home-xmodmap-service-type and configuration.
    
    This is a follow-up to commit
        511ae8325db0dfc7803d7b98d7e4d8f76774e8c5
        home: services: Add home-xmodmap-service-type.
    
    * gnu/home/services/desktop.scm (home-xmodmap-service-type,
    home-xmodmap-configuration): Export.
---
 gnu/home/services/desktop.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index fb1cd44060..661fe7d283 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -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 @@
             home-dbus-service-type
 
             home-unclutter-configuration
-            home-unclutter-service-type))
+            home-unclutter-service-type
+
+            home-xmodmap-configuration
+            home-xmodmap-service-type))
 
 
 ;;;



reply via email to

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