No description
Find a file
Murilo 58ed3a5653
saayix: zen-browser-bin: Update to 1.19.2b.
* modules/saayix/packages/binaries.scm (zen-browser-bin): Update to 1.19.2b.
2026-03-11 12:46:14 -03:00
etc etc: committer: Shell guile. 2025-12-22 13:15:59 -03:00
LICENSES saayix: Add update manifests. 2025-05-21 14:14:07 -03:00
modules/saayix saayix: zen-browser-bin: Update to 1.19.2b. 2026-03-11 12:46:14 -03:00
.gitignore Initial commit 2023-07-01 01:52:02 +00: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: New rust packaging module notice. 2025-08-21 12:19:29 -03:00
pre-inst-env pre-inst-env: New file. 2026-01-26 12:38:33 -03:00
README.md README: Remove packages. 2026-02-19 08:52:48 -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 one of the following definitions to your ~/.config/guix/channels.scm. Alternatively, for a more declarative approach, consider integrating it directly into your configuration using Guix Home Services.

Stable branch: main

The stable branch named main offers a more reliable and stable experience. It is recommended for users who prioritize a dependable environment over the latest experimental changes.

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

Experimental branch: entropy

The experimental branch named entropy may contain cutting-edge features and updates that are still in testing. It provides users with the latest developments but may be less stable.

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

Package Notes

  • Waydroid
    • waydroid
    • In order to properly use waydroid you need the following kernel argument: psi=1.
    • You also need the following in your root dbus configuration:
    (service dbus-root-service-type
      (dbus-configuration
        (services (list waydroid))))
    
    • I could do a waydroid service in the future but right now I don't feel like it's worth the time investment. Contributions are always welcome tho :)

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.