summaryrefslogtreecommitdiffstats
path: root/2configs/tv/identity.nix
blob: 481ac72a6e7931be17c217ef0e8bf048511b46f4 (plain)
1
2
3
4
5
6
7
8
{ config, ... }:

{
  tv.identity = {
    enable = true;
    search = "retiolum";
  };
}