- Scheme 100%
|
|
||
|---|---|---|
| etc | ||
| LICENSES | ||
| modules/saayix | ||
| .gitignore | ||
| .guix-authorizations | ||
| .guix-channel | ||
| NEWS | ||
| pre-inst-env | ||
| README.md | ||
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 :)
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.