From 467fdc2bdd95bbb977c9b30efbe06f006e363c31 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 5 Jun 2025 17:58:16 +0200 Subject: tv.hw.screens: RIP --- modules/hw.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/hw.nix (limited to 'modules') diff --git a/modules/hw.nix b/modules/hw.nix deleted file mode 100644 index 653b04f..0000000 --- a/modules/hw.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ lib, mylib, ... }: let - local.types.screen = lib.types.submodule { - options.width = lib.mkOption { - type = mylib.types.uint; - }; - options.height = lib.mkOption { - type = mylib.types.uint; - }; - }; -in { - options.tv.hw.screens = lib.mkOption { - type = lib.types.attrsOf local.types.screen; - default = {}; - }; -} -- cgit v1.2.3