From 0c4f3acb281be6290c55a6e96bc29fab5b5c7a11 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 11 Sep 2023 18:24:28 +0200 Subject: stockholm -> hrm --- tv/3modules/hw.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tv/3modules/hw.nix (limited to 'tv/3modules/hw.nix') diff --git a/tv/3modules/hw.nix b/tv/3modules/hw.nix deleted file mode 100644 index db1a77c..0000000 --- a/tv/3modules/hw.nix +++ /dev/null @@ -1,16 +0,0 @@ -with import ./lib; -let - local.types.screen = lib.types.submodule { - options.width = lib.mkOption { - type = lib.types.uint; - }; - options.height = lib.mkOption { - type = lib.types.uint; - }; - }; -in { - options.tv.hw.screens = lib.mkOption { - type = lib.types.attrsOf local.types.screen; - default = {}; - }; -} -- cgit v1.3.1