No description
Find a file
Luis Guilherme Coelho 2dba649995
packages: freedesktop: Skip location test on xdg-desktop-portal-minimal
Change-Id: Idd2e35021d0ba16ef6e3acbd17d5e7e3bdbebb37
2026-04-16 13:59:29 -03:00
modules/radix packages: freedesktop: Skip location test on xdg-desktop-portal-minimal 2026-04-16 13:59:29 -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 radix: Add a modules directory and specify a news file 2025-09-04 19:35:28 -03:00
LICENSE Initial commit 2023-08-04 01:07:54 +00:00
NEWS news: Fix version 2025-10-02 13:31:41 -03:00
README.md readme: Use proper capitalization in recommended channels 2025-10-27 20:52:25 -03:00

GNU/Radix

This repository features my GNU Guix channel, which contains Free Software only.

Most packages and services here are, at least intended, to be upstreamed.

My dotfiles and personal configurations can be found in zero.

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"))))

If you are a Guix Home user, check out the home-channels-service-type.

Consider also visiting these channels