Add a `themes` option to the television module, allowing users to define
custom themes that are written to `$XDG_CONFIG_HOME/television/themes/`
as individual TOML files. This follows the same pattern used by the
halloy and helix modules.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
5 lines
102 B
Nix
5 lines
102 B
Nix
{
|
|
television-basic-config = ./basic-config.nix;
|
|
television-themes-config = ./themes-config.nix;
|
|
}
|