From e220873b5a9c124b742b221c209334045e2b783c Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:22:32 +0200 Subject: Update nix.md --- docs/guide/getting-started/nix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/getting-started/nix.md') diff --git a/docs/guide/getting-started/nix.md b/docs/guide/getting-started/nix.md index 1d50d35..1e0572e 100644 --- a/docs/guide/getting-started/nix.md +++ b/docs/guide/getting-started/nix.md @@ -168,7 +168,7 @@ The AGS flake does not expose the `astal` cli to the home environment, you have :::code-group ```nix [ home.nix] -home.packages = [ inputs.ags.packages.${pkgs.system}.default ]; +home.packages = [ inputs.ags.packages.${pkgs.system}.io ]; ``` ```sh [ sh] -- cgit v1.2.3