gnu: Add xremap-gnome.

* gnu/packages/rust-apps.scm (xremap-gnome): New variable.
This commit is contained in:
Efraim Flashner 2023-10-22 16:36:49 +03:00
parent 4c0e5651b6
commit 6d4f4e916a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2574,6 +2574,14 @@ (define-public rust-xremap
(description "This package provides dynamic key remapp for X and Wayland.")
(license license:expat)))
(define-public xremap-gnome
(package
(inherit rust-xremap)
(name "xremap-gnome")
(arguments
(substitute-keyword-arguments (package-arguments rust-xremap)
((#:features _) '(list "gnome"))))))
(define-public xremap-sway
(package
(inherit rust-xremap)