···6767Alternatively, without flake-less support, install the
6868`inputs.yae.packages.${pkgs.system}.yae` package exposed by this flake.
69697070-### Nix
7070+### Integrating with Nix
71717272To add Yae support to your Nix expression after running `yae init`, just read
7373-from the Yae environment file.
7373+from the Yae environment file. See the example below for more details.
7474+7575+### Nix Example
74767577Here's an example snippet taken from Tsutsumi's [`zen-browser-bin` package](https://github.com/Fuwn/tsutsumi/blob/main/pkgs/zen-browser-bin.nix)
7678and [`yae.json`](https://github.com/Fuwn/tsutsumi/blob/main/yae.json#L59-L67)