chore: remove empty module
This commit is contained in:
parent
b7537fafda
commit
41154db1b5
1 changed files with 0 additions and 16 deletions
|
@ -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 = {
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue