There was an error while loading. Please reload this page.
1 parent 91602b5 commit 27df960Copy full SHA for 27df960
1 file changed
README.md
@@ -65,6 +65,17 @@ nix profile install github:hgaiser/moonshine
65
66
After installing, follow the [Enable the service](#enable-the-service) steps below (the NixOS module handles this for you when enabled).
67
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
79
### Bazzite / Silverblue / Atomic distros
80
81
On Fedora Atomic distros, download the `.rpm` from the [releases page](https://github.com/hgaiser/moonshine/releases) and layer it:
0 commit comments