diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/getting-started/nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 [<i class="devicon-nixos-plain"></i> home.nix] -home.packages = [ inputs.ags.packages.${pkgs.system}.default ]; +home.packages = [ inputs.ags.packages.${pkgs.system}.io ]; ``` ```sh [<i class="devicon-bash-plain"></i> sh] |