From 9af300bb3541be7d8afc27a5ac7e29a8ee73f042 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 7 Jul 2025 01:59:26 -0700 Subject: [PATCH] document nixpkgs package --- src/guide/install-setup.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/guide/install-setup.mdx b/src/guide/install-setup.mdx index 13616e0..5a9635b 100644 --- a/src/guide/install-setup.mdx +++ b/src/guide/install-setup.mdx @@ -18,8 +18,9 @@ Note that you may want to install some additional packages (names vary by distro - `qt5compat`: extra visual effects, notably gaussian blur. @@QtQuick.Effects.MultiEffect is usually preferable ### Nix -The Quickshell repo has an embedded flake. You can use either of the two: +Release versions of Quickshell are available from Nixpkgs under the `quickshell` package. +The Quickshell repo also has an embedded flake which can be used from either mirror: - `git+https://git.outfoxxed.me/outfoxxed/quickshell` - `github:quickshell-mirror/quickshell`