From f52184e1ca948477cd626cd46f1ce1e45614d014 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 24 Mar 2025 23:10:37 -0400 Subject: [PATCH 1/2] getting-started: Add Guix entry --- src/pages/docs/configuration/getting-started.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/pages/docs/configuration/getting-started.mdx b/src/pages/docs/configuration/getting-started.mdx index bc3ba42..97ba996 100644 --- a/src/pages/docs/configuration/getting-started.mdx +++ b/src/pages/docs/configuration/getting-started.mdx @@ -61,6 +61,20 @@ sudo dnf copr enable errornointernet/quickshell sudo dnf install quickshell ``` +## Guix +This repo works as a channel. Add the following to your channel list: + +```scheme +(channel + (name quickshell) + (url "https://git.outfoxxed.me/outfoxxed/quickshell") + (branch "master")) +``` + +Then, you can install the package via `guix install quickshell-git` or by adding `quickshell-git` to your system or home definition. + +You can also clone the repository and use `guix shell -f quickshell.scm` to try out the package. + ### Manual build See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md) for build instructions and configurations. From 7a6d405844078ce2ec0ddbe31a1a59af110d1263 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Tue, 25 Mar 2025 01:12:32 -0400 Subject: [PATCH 2/2] getting-started(guix): fix grammatical error --- src/pages/docs/configuration/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/configuration/getting-started.mdx b/src/pages/docs/configuration/getting-started.mdx index 97ba996..ebcb838 100644 --- a/src/pages/docs/configuration/getting-started.mdx +++ b/src/pages/docs/configuration/getting-started.mdx @@ -62,7 +62,7 @@ sudo dnf install quickshell ``` ## Guix -This repo works as a channel. Add the following to your channel list: +Quickshell's source repository works as a channel. Add the following to your channel list: ```scheme (channel