From 1e4960a3bf217b10dfa465b376bd75cbd0005371 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 27 May 2024 22:05:06 +0000 Subject: [PATCH] deploy: 90010df15878762ff359e4fe391355a9dcad0bcf --- options.xhtml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/options.xhtml b/options.xhtml index b26e7ca0a..c018d87a3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -48902,13 +48902,15 @@ TOML value

{ }

Example:

{
-  assume_yes = true;
-  disable = [
-    "flutter"
-    "node"
-  ];
-  set_title = false;
-  cleanup = true;
+  misc = {
+    assume_yes = true;
+    disable = [
+      "flutter"
+      "node"
+    ];
+    set_title = false;
+    cleanup = true;
+  };
   commands = {
     "Run garbage collection on Nix store" = "nix-collect-garbage";
   };