[bug#78870] gnu: Add dreymar-big-bag.
Commit Message
* gnu/packages/xdisorg.scm (dreymar-big-bag): New variable.
Change-Id: I51d7297b50634fe368d8b60df1fd06b6d922026a
---
gnu/packages/xdisorg.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
base-commit: 56344729cd07c76d5133047f2866237bbb08dced
prerequisite-patch-id: 3fec04fa2a12083bb04816507fd9c714478c44bd
prerequisite-patch-id: 3f9fb0f28f0c6784a17c268364446ef507188d84
prerequisite-patch-id: 2f2fd07d7bb7f2cce1dca6877bc57c23e995b579
@@ -497,6 +497,32 @@ (define-public copyq
(home-page "https://hluk.github.io/CopyQ/")
(license license:gpl3+)))
+(define-public dreymar-big-bag
+ (package
+ (name "dreymar-big-bag")
+ (version (git-version "1" "0" "d01cfc801fea7118001482b7b2c4184b3aac960e"))
+ (home-page "https://dreymar.colemak.org/")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/DreymaR/BigBagKbdTrixXKB")
+ (commit "d01cfc801fea7118001482b7b2c4184b3aac960e")))
+ (file-name (git-file-name name version))
+ (sha256
+ "1ffvqnnghjvzrqj1rn843lkylapvvb15il1wprp12xfdvhfc16n6")))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("xkb-data_xmod/xkb" "share/X11/xkb"))))
+ (synopsis "DreymaR's Big Bag of Keyboard Tricks")
+ (description
+ "Includes a variety of xkb keyboard options including
+ergonomic layouts and the 'extend' layer for easy access to modifiers and
+function keys.")
+ (license license:expat)))
+
(define-public xkeysnail
(package
(name "xkeysnail")