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