diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..a0769c8 --- /dev/null +++ b/README.rst @@ -0,0 +1,27 @@ +Languidnights' Repository +************************* + +An *unofficial* repository for `GNU Guix`_. I host a little bit of my +own work, and some packages I use that aren't for various reasons +packaged in the official repos. + +Included +======== + +* cpplint-up: an updated version of cpplint. + just the official package, with a later version +* black-box: Guess where the crystals are! + A puzzle game from when I was young +* go-1.21: a package definition lifted from the mailing list for go + 1.21. I no longer use it, but it might come in handy until the + official build drops. +* sway-contrib: the script I used in sway to set transparency was + removed from the main repo, so I 'build' it from its new home. Some + other goodies included. +* luastatus: Universal status bar content generator. + I use this+sway-bar for a cozy experience to the status bar in sway +* guile-reading-heap: An application for managing your reading list. + This is alpha-quality software I wrote. While it works, I don't expect + it to cover many (most?) use cases. + +.. _`GNU Guix`: https://guix.gnu.org/ |