2023-08-28 13:05:17 +00:00
# GNU/Radix
2024-09-16 03:12:48 +00:00
This repository features my [GNU Guix ](https://guix.gnu.org/ ) channel, which contains [Free Software ](https://www.gnu.org/philosophy/free-sw.html ) only.
2024-08-02 18:45:59 +00:00
Most packages and services here are, at least intended, to be upstreamed.
2023-08-04 01:07:54 +00:00
2024-09-16 03:12:48 +00:00
My dotfiles and personal configurations can be found in [Zero ](https://codeberg.org/anemofilia/zero ).
2023-08-28 15:45:43 +00:00
## Usage
To update Radix along with Guix via guix pull, write the following definition to ~/.config/guix/channels.scm,
```scheme
(channel
(name 'radix)
(url "https://codeberg.org/anemofilia/radix.git")
(branch "main")
(introduction
(make-channel-introduction
2023-10-21 20:14:31 +00:00
"f9130e11e35d2c147c6764ef85542dc58dc09c4f"
2023-08-28 15:45:43 +00:00
(openpgp-fingerprint
2023-10-21 20:23:35 +00:00
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
2023-08-28 15:45:43 +00:00
```
If you are a [Guix Home ](https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html ) user, check out the home-channels-service-type.
## Consider also visiting these channels
- [Akagi - Guix channel ](https://git.sr.ht/~akagi/guixrc )
2024-08-02 18:45:59 +00:00
- [Hako - Rosenthal ](https://codeberg.org/hako/Rosenthal )
- [Look - Saayix ](https://codeberg.org/look/saayix )