Go to file
Luis Guilherme Coelho 03e09a85fd
operating-systems: buer: Replace htop by btop
2024-01-01 15:24:01 -03:00
files files: mpv: Fix buggy behaviour with m4a files 2024-01-01 14:06:12 -03:00
manifests manifests: Add clojure 2024-01-01 14:06:11 -03:00
modules/radix combinators: Add juxt. 2024-01-01 15:23:31 -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 chore: update .guix-authorizations 2023-10-20 21:56:59 -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 openpgp-fingerprint in radix channel entry 2023-10-21 17:23:35 -03:00
buer.scm operating-systems: buer: Replace htop by btop 2024-01-01 15:24:01 -03:00
radio.scm home-environments: radio: Add torbrowser 2024-01-01 14:06:12 -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
      "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