From aa3a9816e9d6bc361ab1156f1e7a850fc0b5f4f8 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 14 Apr 2023 23:48:47 -0400 Subject: [PATCH] docs: remove
around examples The hidden bits are small and don't really need to be hidden. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 9c6ffc5..68d895b 100644 --- a/README.md +++ b/README.md @@ -130,22 +130,14 @@ _: { 2. Choose your desired flavour with `catppuccin.flavour` -
-Example - ```nix _: { catppuccin.flavour = "mocha"; } ``` -
- 3. Enable for supported programs with `catppucin.enable = true;` -
-Example - ```nix _: { programs.starship = { @@ -155,8 +147,6 @@ _: { } ``` -
- ## 🙋 FAQ - Q: **"How do I know what programs are supported?"**\