me
/
guix
Archived
1
0
Fork 0

gnu: Add xremap-gnome.

* gnu/packages/rust-apps.scm (xremap-gnome): New variable.
master
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
1 changed files with 8 additions and 0 deletions

View File

@ -2574,6 +2574,14 @@ It will then write @code{fixup!} commits for each of those changes.")
(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)