Skip to content
Draft
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down