chore: remove empty module

This commit is contained in:
punkfairie 2025-05-25 19:08:56 -07:00
parent b7537fafda
commit 41154db1b5
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -1,16 +0,0 @@
{
lib,
config,
...
}: let
cfg = config.marleyos.programs.tui;
inherit (lib.marleyos) enabled;
in {
options.marleyos.programs.tui.enable = lib.mkEnableOption "tui";
config = lib.mkIf cfg.enable {
marleyos.programs = {
};
};
}