9 lines
143 B
Nix
9 lines
143 B
Nix
{ ... }:
|
|
{
|
|
programs.television.enable = true;
|
|
programs.nix-search-tv = {
|
|
enable = true;
|
|
enableTelevisionIntegration = true;
|
|
};
|
|
}
|