Unverified Commit 9f6cd871 authored by Andrew Tropin's avatar Andrew Tropin Committed by GitHub

Add Guix and rde installation instructions (#303)

parent 176e3b72
...@@ -31,6 +31,8 @@ Table of Contents ...@@ -31,6 +31,8 @@ Table of Contents
* [OpenSUSE Tumbleweed](#opensuse-tumbleweed) * [OpenSUSE Tumbleweed](#opensuse-tumbleweed)
* [Ubuntu](#ubuntu) * [Ubuntu](#ubuntu)
* [Debian](#debian) * [Debian](#debian)
* [Guix](#guix)
* [rde](#rde)
* [Other](#other) * [Other](#other)
* [Sway Usage](#sway-usage) * [Sway Usage](#sway-usage)
* [Run](#run) * [Run](#run)
...@@ -151,6 +153,23 @@ Bookworm and later: ...@@ -151,6 +153,23 @@ Bookworm and later:
sudo apt install sway-notification-center 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 ### Other
```zsh ```zsh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment