docs: remove <details> around examples
The hidden bits are small and don't really need to be hidden.
This commit is contained in:
parent
f57c50c3cc
commit
aa3a9816e9
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -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?"**\
|
||||
|
|
Loading…
Reference in a new issue