diff --git a/options.xhtml b/options.xhtml index 22d96f535..dfc729868 100644 --- a/options.xhtml +++ b/options.xhtml @@ -30328,6 +30328,86 @@ JSON value

+
+ + programs.gcc.enable + + +
+
+

Whether to enable gcc

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/gcc.nix> + +
+
+
+ + programs.gcc.package + + +
+
+

The gcc package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.gcc

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/gcc.nix> + +
+
+
+ + programs.gcc.colors + + +
+
+

Settings for GCC_COLORS

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  error = "01;31";
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/gcc.nix> + +
+
programs.gh.enable