71e24890f0 | ||
---|---|---|
files | ||
manifests | ||
modules/radix | ||
screenshots | ||
.gitignore | ||
.guix-authorizations | ||
.guix-channel | ||
LICENSE | ||
README.md | ||
buer.scm | ||
radio.scm |
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
"85d30480a1907539855fedee6e6a02362e1895ba"
(openpgp-fingerprint
"99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33"))))
for example:
;; ~/.config/guix/channels.scm
(cons (channel
(name 'radix)
(url "https://codeberg.org/anemofilia/radix.git")
(branch "main")
(introduction
(make-channel-introduction
"85d30480a1907539855fedee6e6a02362e1895ba"
(openpgp-fingerprint
"99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33"))))
%default-channels)
;; channels.scm ends here.
If you are a Guix Home user, check out the home-channels-service-type.