1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-15 13:31:07 +01:00
home-manager/tests/modules/programs/nix-search-tv/default.nix
Cool-Game-Dev b7ee8deefc programs/nix-search-tv: init
Create the programs/nix-search-tv module, with options to enable,
change settings, and television integration.

Co-authored-by: awwpotato <awwpotato@voidq.com>
2025-08-05 14:10:01 -05:00

4 lines
102 B
Nix

{
nix-search-tv-basic-config = ./basic-config.nix;
nix-search-tv-television = ./television.nix;
}