Skip to content

Commit

Permalink
docs: show new option namespace (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric authored Dec 26, 2024
1 parent bfd20bc commit 58d020d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,11 @@ For [standalone installations](https://nix-community.github.io/home-manager/inde
}
```

3. Enable for supported programs with `catppuccin.enable = true;`
3. Enable for supported programs

```nix
{
programs.starship = {
enable = true;
catppuccin.enable = true;
};
catppuccin.starship.enable = true;
}
```

Expand Down

0 comments on commit 58d020d

Please sign in to comment.