From bd26696ff9c92242e9d99d16a1ba68ed378c95d4 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 22 May 2024 17:15:37 -0600 Subject: Remove %desktop-services, attempt to kill gdm for good --- .config/guix/modules/xmodmap.scm | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .config/guix/modules/xmodmap.scm (limited to '.config/guix/modules/xmodmap.scm') diff --git a/.config/guix/modules/xmodmap.scm b/.config/guix/modules/xmodmap.scm deleted file mode 100644 index 3cf8be1..0000000 --- a/.config/guix/modules/xmodmap.scm +++ /dev/null @@ -1,17 +0,0 @@ -(define-module (xmodmap) - #:use-module (gnu home services) - #:use-module (gnu home services desktop)) - - -;; Below is a list of Home services. To search for available -;; services, run 'guix home search KEYWORD' in a terminal. -(define-public xmodmap-service - (list - (service home-xmodmap-service-type - (home-xmodmap-configuration - (key-map '(("remove Lock" . "Caps_Lock") - ("remove Control" . "Control_L") - ("keysym Control_L" ."Caps_Lock") - ("keysym Caps_Lock" . "Control_L") - ("add Lock" . "Caps_Lock") - ("add Control" . "Control_L"))))))) -- cgit v1.2.3