docs: remove <details> around examples

The hidden bits are small and don't really need to be hidden.
This commit is contained in:
Sam Nystrom 2023-04-14 23:48:47 -04:00 committed by GitHub
parent f57c50c3cc
commit aa3a9816e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,22 +130,14 @@ _: {
2. Choose your desired flavour with `catppuccin.flavour`
<details>
<summary>Example</summary>
```nix
_: {
catppuccin.flavour = "mocha";
}
```
</details>
3. Enable for supported programs with `catppucin.enable = true;`
<details>
<summary>Example</summary>
```nix
_: {
programs.starship = {
@ -155,8 +147,6 @@ _: {
}
```
</details>
## 🙋 FAQ
- Q: **"How do I know what programs are supported?"**\