summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started/nix.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-23 01:22:32 +0200
committerGitHub <[email protected]>2024-10-23 01:22:32 +0200
commite220873b5a9c124b742b221c209334045e2b783c (patch)
tree2bd9cd0ec6f7593b9399a9e3ece73ff8a949ed75 /docs/guide/getting-started/nix.md
parent004b12381b3891836ecbf3bb22aa3054145e3f38 (diff)
Update nix.md
Diffstat (limited to 'docs/guide/getting-started/nix.md')
-rw-r--r--docs/guide/getting-started/nix.md2
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]