mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add xremap-gnome.
* gnu/packages/rust-apps.scm (xremap-gnome): New variable.
This commit is contained in:
parent
4c0e5651b6
commit
6d4f4e916a
1 changed files with 8 additions and 0 deletions
|
@ -2574,6 +2574,14 @@ (define-public rust-xremap
|
||||||
(description "This package provides dynamic key remapp for X and Wayland.")
|
(description "This package provides dynamic key remapp for X and Wayland.")
|
||||||
(license license:expat)))
|
(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
|
(define-public xremap-sway
|
||||||
(package
|
(package
|
||||||
(inherit rust-xremap)
|
(inherit rust-xremap)
|
||||||
|
|
Loading…
Reference in a new issue