36cdc27212 | ||
---|---|---|
files | ||
home-environments | ||
manifests | ||
modules/radix | ||
operating-systems | ||
screenshots | ||
.gitignore | ||
.guix-authorizations | ||
.guix-channel | ||
LICENSE | ||
README.md |
README.md
GNU/Radix
This repository features my GNU Guix configuration and custom channel.
Here you can find (at the moment)
my personal configurations of
- awesome
- doas
- fish
- git
- GNU Bash
- GNU Emacs
- GNU Info
- kakoune
- lf
- mpv
- newsraft
- thinkfan
- zathura
and some (not too impressive) guile modules
Usage
To update Radix along with Guix via guix pull, write the following definition to ~/.config/guix/channels.scm,
(channel
(name 'radix)
(url "https://codeberg.org/anemofilia/radix.git")
(branch "main")
(introduction
(make-channel-introduction
"f9130e11e35d2c147c6764ef85542dc58dc09c4f"
(openpgp-fingerprint
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
for example:
;; ~/.config/guix/channels.scm
(cons (channel
(name 'radix)
(url "https://codeberg.org/anemofilia/radix.git")
(branch "main")
(introduction
(make-channel-introduction
"f9130e11e35d2c147c6764ef85542dc58dc09c4f"
(openpgp-fingerprint
"F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
%default-channels)
;; channels.scm ends here.
If you are a Guix Home user, check out the home-channels-service-type.