gnu: Add xremap-hyprland.
* gnu/packages/rust-apps.scm (xremap-hyprland): New variable. Change-Id: I69d3555a2ebd1e1f558a164c2ef88e5a0afd0f5dmaster
parent
69eddb8af0
commit
ad51723724
|
@ -3233,6 +3233,14 @@ advanced keybindings, word-level diff highlighting, syntax highlighting for
|
|||
(substitute-keyword-arguments (package-arguments rust-xremap)
|
||||
((#:features _) '(list "gnome"))))))
|
||||
|
||||
(define-public xremap-hyprland
|
||||
(package
|
||||
(inherit rust-xremap)
|
||||
(name "xremap-hyprland")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments rust-xremap)
|
||||
((#:features _) '(list "hypr"))))))
|
||||
|
||||
(define-public xremap-sway
|
||||
(package
|
||||
(inherit rust-xremap)
|
||||
|
|
Reference in New Issue