Go to file
anemofilia 7cb79bffb2
chore: update signining key
2023-10-20 21:47:29 -03:00
files chore: update signining key 2023-10-20 21:47:29 -03:00
manifests feat: add a idris manifest for when I get time to hack with it 2023-09-30 13:33:38 -03:00
modules/radix fix: add enclosing double quotes to regex argument in serialize-fish-abbreviations in (home services shells 2023-10-07 22:16:13 -03:00
screenshots feat: add screenshots 2023-08-28 09:43:18 -03:00
.gitignore chore: commit secrets 2023-08-10 14:53:28 -03:00
.guix-authorizations fix: correct sexp in .guix-authorizations 2023-08-09 20:33:51 -03:00
.guix-channel fix: make channel use only the contents of the modules directory 2023-08-10 09:10:35 -03:00
LICENSE Initial commit 2023-08-04 01:07:54 +00:00
README.md chore: update README.md 2023-08-28 16:21:01 -03:00
buer.scm chore: add ipfs-service to system declaration 2023-10-09 15:33:11 -03:00
radio.scm style: use lowercase directory names 2023-10-14 20:58:01 -03:00

README.md

GNU/Radix

This repository features my GNU Guix configuration and custom channel. awesome-1 awesome-2

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.

Consider also visiting these channels