tv focus: init

This commit is contained in:
tv 2019-09-11 10:55:56 +02:00
parent 0182f1bd64
commit 8d5222c2f7
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
./charybdis
./dnsmasq.nix
./ejabberd
./focus.nix
./hosts.nix
./iptables.nix
./slock.nix

4
tv/3modules/focus.nix Normal file
View File

@ -0,0 +1,4 @@
with import <stockholm/lib>;
{
options.tv.focus.enable = mkEnableOption "tv.focus";
}