- Scheme 96.1%
- Tree-sitter Query 3.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| etc | ||
| LICENSES | ||
| modules/saayix | ||
| .gitignore | ||
| .guix-authorizations | ||
| .guix-channel | ||
| NEWS | ||
| pre-inst-env | ||
| README.md | ||
| REUSE.toml | ||
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"))))
Recommended channels
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.