diff options
author | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
commit | bd26696ff9c92242e9d99d16a1ba68ed378c95d4 (patch) | |
tree | a1aea35a0e5688c6143ecd427d9dfb856b4e2ed7 /.config/guix/modules/xmodmap.scm | |
parent | 817fc10ea1bc4377e99c0f82dbc2e161179b0b3e (diff) |
Remove %desktop-services, attempt to kill gdm for good
Diffstat (limited to '.config/guix/modules/xmodmap.scm')
-rw-r--r-- | .config/guix/modules/xmodmap.scm | 17 |
1 files changed, 0 insertions, 17 deletions
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"))))))) |