Files
home-manager/tests/modules/programs/television/default.nix
T
csanthiagoandAustin Horstman c187002980 television: add themes option
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
2026-06-17 19:16:21 -05:00

5 lines
102 B
Nix

{
television-basic-config = ./basic-config.nix;
television-themes-config = ./themes-config.nix;
}