1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 04:13:28 +02:00
home-manager/docs
Phil Simpson 241d2e6934
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 = [
```

(cherry picked from commit 0e7cd64674)
2023-12-17 13:00:56 +01:00
..
manual docs: fix nix-darwin module configuration example 2023-12-17 13:00:56 +01:00
release-notes home-manager: set stable release to 23.11 2023-11-24 09:23:25 +01:00
default.nix docs: update nmd version 2023-12-09 01:07:08 +09:00
highlight-style.css docs: fix syntax highlighting 2023-12-09 01:07:08 +09:00
home-configuration-nix-footer.5 docs: use nixos-render-docs 2023-12-09 01:07:00 +09:00
home-configuration-nix-header.5 docs: extend home-configuration.nix header 2023-12-09 01:07:08 +09:00
home-manager-manual.nix docs: use relative paths to static resources 2023-12-09 22:23:51 +09:00
home-manager.1 docs: render DESCRIPTION and OPTIONS headings 2023-12-09 01:07:08 +09:00
html-open-tool.nix docs: apply nixfmt 2023-12-09 22:23:46 +09:00