mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add bigbagkbdtrixxkb.
* gnu/packages/xdisorg.scm (bigbagkbdtrixxkb): New variable. Change-Id: I51d7297b50634fe368d8b60df1fd06b6d922026a Co-authored-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
d6295bb00d
commit
b3ba64b57f
1 changed files with 28 additions and 0 deletions
|
@ -500,6 +500,34 @@ application.")
|
||||||
(home-page "https://hluk.github.io/CopyQ/")
|
(home-page "https://hluk.github.io/CopyQ/")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public bigbagkbdtrixxkb
|
||||||
|
(let ((commit "d01cfc801fea7118001482b7b2c4184b3aac960e")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "bigbagkbdtrixxkb")
|
||||||
|
(version (git-version "0" revision commit))
|
||||||
|
(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"))))
|
||||||
|
(home-page "https://dreymar.colemak.org/")
|
||||||
|
(synopsis "DreymaR's Big Bag of Keyboard Tricks")
|
||||||
|
(description
|
||||||
|
"This package 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
|
(define-public xkeysnail
|
||||||
(package
|
(package
|
||||||
(name "xkeysnail")
|
(name "xkeysnail")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue