From 27af3b901e5b31b306bdf0f986f7445afc39b8f3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Oct 2024 10:39:49 +0000 Subject: docs(readme): add section heading for example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47a0237..8e5c599 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,12 @@ which provides both flake and flake-less installation options. Alternatively, without flake-less support, install the `inputs.yae.packages.${pkgs.system}.yae` package exposed by this flake. -### Nix +### Integrating with Nix To add Yae support to your Nix expression after running `yae init`, just read -from the Yae environment file. +from the Yae environment file. See the example below for more details. + +### Nix Example 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) and [`yae.json`](https://github.com/Fuwn/tsutsumi/blob/main/yae.json#L59-L67) -- cgit v1.2.3