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`
|
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?"**\
|
||||||
|
|
Loading…
Reference in a new issue