From 1680f1957c9cca0345aca92c869edffe494d97d9 Mon Sep 17 00:00:00 2001 From: Linus Ammon <235536459+linusammon@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:28:54 +0200 Subject: [PATCH] chore(v5/nixos): mention nixpkgs unstable package --- src/content/docs/v5/getting-started/nixos.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/v5/getting-started/nixos.mdx b/src/content/docs/v5/getting-started/nixos.mdx index 236daf85..2399bcfd 100644 --- a/src/content/docs/v5/getting-started/nixos.mdx +++ b/src/content/docs/v5/getting-started/nixos.mdx @@ -17,9 +17,9 @@ To make Noctalia's wifi, bluetooth, power-profile, and battery feature available ::: ## Installation -Noctalia v5 can be installed both with and without flakes. As of writing, noctalia v5 does not yet exist in nixpkgs, meaning you will have to compile from source or use the [binary cache](#binary-cache). +A Noctalia package is available on [nixpkgs unstable](https://search.nixos.org/packages?channel=unstable&show=noctalia). -To install Noctalia v5, first [add the input](#add-input) using your preferred input-pinning method. Then you can [install the package](#install-package) directly or use either the [NixOS](#nixos-module), [Home Manager](#home-manager), or [Hjem](#hjem) module. +If you'd prefer the latest git version or would like to use one of the modules, you can [add the input](#add-input) using your preferred input-pinning method and optionally use the [binary cache](#binary-cache) to avoid compiling locally. ### Adding the input {#add-input}