me
/
guix
Archived
1
0
Fork 0

gnu: Add xremap-sway.

* gnu/packages/rust-apps.scm (xremap-sway): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Aleksandr Vityazev 2023-10-07 03:03:14 +03:00 committed by Efraim Flashner
parent 0d6d68ca51
commit dc114cb898
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-sway
(package
(inherit rust-xremap)
(name "xremap-sway")
(arguments
(substitute-keyword-arguments (package-arguments rust-xremap)
((#:features _) '(list "sway"))))))
(define-public xremap-wlroots
(package
(inherit rust-xremap)