Go to file
Luis Guilherme Coelho 4fd32be658
packages: disk: Add lf
2024-03-22 18:45:40 -03:00
radix packages: disk: Add lf 2024-03-22 18:45:40 -03:00
.gitignore chore: commit secrets 2023-08-10 14:53:28 -03:00
.guix-authorizations chore: update .guix-authorizations 2023-10-20 21:56:59 -03:00
.guix-channel channel: Move operating-system and home-environment configurations to codeberg.org/anemofilia/zero 2024-03-08 17:11:28 -03:00
LICENSE Initial commit 2023-08-04 01:07:54 +00:00
README.md channel: Move operating-system and home-environment configurations to codeberg.org/anemofilia/zero 2024-03-08 17:11:28 -03:00

README.md

GNU/Radix

This repository features my GNU Guix channel. (Most packages and services here are, at least intended, to be upstreamed.)

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.

Consider also visiting these channels