Go to file
anemofilia a09a647e7f
style: split doas-service in thematic services
2023-09-24 10:25:01 -03:00
files chore: move doas configuration to doas-service in system declaration 2023-09-23 21:00:28 -03:00
manifests chore: Add texlive-amscls and texlive-amslatex-primer to tex manifest 2023-09-16 19:50:49 -03:00
modules/radix feat: package void zzz in (radix packages admin) 2023-09-24 00:48:25 -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 style: split doas-service in thematic services 2023-09-24 10:25:01 -03:00
radio.scm fix: enclose % in single quotes in v and m abbreviations in home-fish-service 2023-09-24 02:17:51 -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