Add Guix and rde installation instructions (#303)

This commit is contained in:
Andrew Tropin 2023-08-14 18:27:15 +00:00 committed by GitHub
parent 176e3b7291
commit 9f6cd8716d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ Table of Contents
* [OpenSUSE Tumbleweed](#opensuse-tumbleweed)
* [Ubuntu](#ubuntu)
* [Debian](#debian)
* [Guix](#guix)
* [rde](#rde)
* [Other](#other)
* [Sway Usage](#sway-usage)
* [Run](#run)
@ -151,6 +153,23 @@ Bookworm and later:
sudo apt install sway-notification-center
```
### Guix
The simplest way is to install it to user's profile:
```
guix install swaynotificationcenter
```
But we recommend to use [Guix Home](https://guix.gnu.org/manual/devel/en/html_node/Home-Configuration.html) to manage packages and their configurations declaratively.
### rde
```
(use-modules (rde features wm))
;; Include the following code into the list of your rde features:
(feature-swaynotificationcenter)
```
### Other
```zsh