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}