diff options
author | tv <tv@krebsco.de> | 2019-09-11 10:55:56 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-09-11 14:48:18 +0200 |
commit | 8d5222c2f7f858d33588c3d3a9a105b9a6481025 (patch) | |
tree | 757e629d8c548fb02d0bc1b0d7f9c83ab87f40d2 /tv/3modules/focus.nix | |
parent | 0182f1bd64973e93d4cf4c30b6005708b7e09240 (diff) |
tv focus: init
Diffstat (limited to 'tv/3modules/focus.nix')
-rw-r--r-- | tv/3modules/focus.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/3modules/focus.nix b/tv/3modules/focus.nix new file mode 100644 index 000000000..b1a7b2e52 --- /dev/null +++ b/tv/3modules/focus.nix @@ -0,0 +1,4 @@ +with import <stockholm/lib>; +{ + options.tv.focus.enable = mkEnableOption "tv.focus"; +} |