diff options
author | Aylur <[email protected]> | 2024-10-23 01:22:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-23 01:22:32 +0200 |
commit | e220873b5a9c124b742b221c209334045e2b783c (patch) | |
tree | 2bd9cd0ec6f7593b9399a9e3ece73ff8a949ed75 /docs/guide/getting-started/nix.md | |
parent | 004b12381b3891836ecbf3bb22aa3054145e3f38 (diff) |
Update nix.md
Diffstat (limited to 'docs/guide/getting-started/nix.md')
-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] |