Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/v5/getting-started/nixos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
Loading