README.org
Table of Contents
1. Hidamari.blue guix packages
This is a repository for guix recipes of some packages I use.
They might be personal garbage software I don't want in master, or
work-in-progress packages that still bundle stuff and I might send in later.
Read the .scm files to figure out what packages it adds.
2. How to
Clone this directory as 'hidamari-blue'.
Then add the parent directory to your GUIX_PACKAGE_PATH (using : as a separator)
3. Example
cd ~/
mkdir packages
cd packages
git clone https://hidamari.blue/git/packages hidamari-blue
echo 'export GUIX_PACKAGE_PATH="~/packages/:${GUIX_PACKAGE_PATH}"' >> ~/.bashrc
Now you can install packages with guix package -i
4. Requirements
You will Need the Guix package manager.