No description
  • Scheme 96.1%
  • Tree-sitter Query 3.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Murilo 1383e5e465
saayix: helix/steel: Improve build.
* modules/saayix/packages/text-editors.scm (helix/steel):
Better handle install.
2026-07-17 20:52:15 -03:00
etc wide: Fix copyright entry. 2026-06-19 20:42:53 -03:00
LICENSES saayix: Add update manifests. 2025-05-21 14:14:07 -03:00
modules/saayix saayix: helix/steel: Improve build. 2026-07-17 20:52:15 -03:00
.gitignore wide: Init reuse. 2026-06-19 20:36:44 -03:00
.guix-authorizations .guix-authorizations: Add my new key authorization. 2025-12-17 12:04:09 -03:00
.guix-channel saayix: Use modules directory. 2025-05-21 10:17:27 -03:00
NEWS NEWS: Sunsetting the entropy branch. 2026-07-06 12:19:50 -03:00
pre-inst-env pre-inst-env: New file. 2026-01-26 12:38:33 -03:00
README.md README: Remove entropy branch. 2026-07-06 12:11:39 -03:00
REUSE.toml wide: Init reuse. 2026-06-19 20:36:44 -03:00

saayix

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

If you believe anything here is nonfree, please open an issue so I can remove it.

See saayix-nonfree for the nonfree counterpart.

My dotfiles and personal configurations can be found in misako.

Usage

To update Saayix, along with Guix, via guix pull, you can add the following definition to your ~/.config/guix/channels.scm. Alternatively, for a more declarative approach, consider integrating it directly into your configuration using Guix Home Services.

(channel
  (name 'saayix)
  (branch "main")
  (url "https://codeberg.org/look/saayix")
  (introduction
    (make-channel-introduction
      "12540f593092e9a177eb8a974a57bb4892327752"
      (openpgp-fingerprint
        "3FFA 7335 973E 0A49 47FC  0A8C 38D5 96BE 07D3 34AB"))))

These channels were invaluable sources of examples and inspiration during my initial foray into GNU/Guix, aiding me not only in grasping the fundamentals but also in setting up my own channel. I recommend exploring them for a richer learning experience, and for discovering a diverse array of packages and modules.