···9090 opacity, edge thickness, and right- or left-handedness, for this cursor
9191 theme. This package's derivation has an output for each of these
9292 variants, named following the upstream convention, and the attribute for
9393- an output must be used to install a variant. E.g.:
9494- <programlisting language="nix">
9595- environment.systemPackages = [
9696- comixcursors.Blue
9797- comixcursors.Opaque_Orange
9898- comixcursors.Slim_Red
9999- comixcursors.Opaque_Slim_White
100100- comixcursors.LH_Green
101101- comixcursors.LH_Opaque_Black
102102- comixcursors.LH_Slim_Orange
103103- comixcursors.LH_Opaque_Slim_Blue
104104- ];
105105- </programlisting>
106106-107107- Attempting to use just <literal>comixcursors</literal>, i.e. without an
108108- output attribute, will not install any variants. To install all the
109109- variants, use <literal>comixcursors.all</literal> (which is a list), e.g.:
110110- <programlisting language="nix">
111111- environment.systemPackages = comixcursors.all ++ [...];
112112- </programlisting>
113113-114114- The complete list of output attributes is:
115115- <programlisting>
116116- ${concatStringsSep "\n" variants}
117117- </programlisting>
9393+ an output must be used to install a variant,
9494+ e.g. `comixcursors.LH_Opaque_Slim_Blue`. Attempting to use only
9595+ `comixcursors`, i.e. without an output attribute, will not install any
9696+ variants. To install all the variants, use `comixcursors.all` (which is a
9797+ list).
11898 '';
11999 homepage = "https://gitlab.com/limitland/comixcursors";
120100 changelog = "https://gitlab.com/limitland/comixcursors/-/blob/HEAD/NEWS";