⛩️ Powerful yet Minimal Nix Dependency Manager
flake flakes home-manager nixos go nix dependency dependencies
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): add section heading for example

Fuwn 27af3b90 210ce544

+4 -2
+4 -2
README.md
··· 67 67 Alternatively, without flake-less support, install the 68 68 `inputs.yae.packages.${pkgs.system}.yae` package exposed by this flake. 69 69 70 - ### Nix 70 + ### Integrating with Nix 71 71 72 72 To add Yae support to your Nix expression after running `yae init`, just read 73 - from the Yae environment file. 73 + from the Yae environment file. See the example below for more details. 74 + 75 + ### Nix Example 74 76 75 77 Here's an example snippet taken from Tsutsumi's [`zen-browser-bin` package](https://github.com/Fuwn/tsutsumi/blob/main/pkgs/zen-browser-bin.nix) 76 78 and [`yae.json`](https://github.com/Fuwn/tsutsumi/blob/main/yae.json#L59-L67)