From e32653d62f5482227e91b61456ee41c274fe85b3 Mon Sep 17 00:00:00 2001 From: tree-sapii <144389458+tree-sapii@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:21:56 -0400 Subject: [PATCH] docs: update nix section with newly added module and pkg --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 02c1beff..092991e1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,16 @@ nix profile install github:hgaiser/moonshine After installing, follow the [Enable the service](#enable-the-service) steps below (the NixOS module handles this for you when enabled). +Moonshine is now directly packaged in nixpkgs, you can add it to your system packages or enable the module directly: + +```nix +environment.systemPackages = with pkgs; [ moonshine ]; +services.moonshine = { + enable = true; + # Checkout more settings at https://search.nixos.org/options?query=moonshine +}; +``` + ### Bazzite / Silverblue / Atomic distros On Fedora Atomic distros, download the `.rpm` from the [releases page](https://github.com/hgaiser/moonshine/releases) and layer it: