home-manager/docs/manual/installation
Phil Simpson 0e7cd64674
docs: fix nix-darwin module configuration example
The example is missing a `;` which causes this error when you attempt
a `darwin-rebuild switch`.

```
       error: syntax error, unexpected '=', expecting ';'

       at /Users/968713/.nixpkgs/darwin-configuration.nix:17:30:

           16|   }
           17|   home-manager.users.eve = { pkgs, ... }: {
             |                              ^
           18|     home.packages = [
```
2023-12-13 00:01:02 +01:00
..
nix-darwin.md docs: fix nix-darwin module configuration example 2023-12-13 00:01:02 +01:00
nixos.md docs: replace `console` language with `shell` 2023-12-07 21:28:18 +09:00
standalone.md docs: replace `console` language with `shell` 2023-12-07 21:28:18 +09:00