Skip to content

Commit 27df960

Browse files
committed
docs: update nix section with newly added module and pkg
1 parent 91602b5 commit 27df960

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ nix profile install github:hgaiser/moonshine
6565

6666
After installing, follow the [Enable the service](#enable-the-service) steps below (the NixOS module handles this for you when enabled).
6767

68+
Moonshine is now directly packaged in nixpkgs, you can add it to your system packages or enable the module directly:
69+
70+
```nix
71+
environment.systemPackages = with pkgs; [ moonshine ];
72+
services.moonshine = {
73+
enable = true;
74+
# Checkout more settings at https://search.nixos.org/options?query=moonshine
75+
};
76+
```
77+
78+
6879
### Bazzite / Silverblue / Atomic distros
6980

7081
On Fedora Atomic distros, download the `.rpm` from the [releases page](https://github.com/hgaiser/moonshine/releases) and layer it:

0 commit comments

Comments
 (0)