From f3c9b6e9a6641bd6c14c6f23d24ff8e6160c1cee Mon Sep 17 00:00:00 2001 From: utox39 Date: Sun, 10 Aug 2025 00:38:42 +0200 Subject: [PATCH] feat(config): add 'custom' module --- src/config.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.zig b/src/config.zig index b6ab4f0..b3ad474 100644 --- a/src/config.zig +++ b/src/config.zig @@ -26,6 +26,7 @@ pub const ModuleType = enum { net, terminal, locale, + custom, }; pub fn getModulesTypes(allocator: std.mem.Allocator, config: ?std.json.Parsed(Config)) !std.ArrayList(ModuleType) {