stockholm/2configs/tv/identity.nix

9 lines
89 B
Nix
Raw Normal View History

2015-07-22 22:37:21 +00:00
{ config, ... }:
{
tv.identity = {
enable = true;
search = "retiolum";
2015-07-22 22:37:21 +00:00
};
}