me
/
guix
Archived
1
0
Fork 0

gnu: Add xremap-hyprland.

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

Change-Id: I69d3555a2ebd1e1f558a164c2ef88e5a0afd0f5d
master
Efraim Flashner 2024-03-27 13:17:52 +02:00
parent 69eddb8af0
commit ad51723724
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 0 deletions

View File

@ -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)