From 626a0fd7699da3e141455f2874ad91040ad11fc5 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 29 Jun 2026 06:01:35 -0400 Subject: [PATCH] fix: fix the M.autostart=nil problem --- lua/conf/autostart.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/conf/autostart.lua b/lua/conf/autostart.lua index 614d02c..b1e3a2f 100644 --- a/lua/conf/autostart.lua +++ b/lua/conf/autostart.lua @@ -3,6 +3,8 @@ local events = require("lua.lib.events") local utils = require("lua.lib.utils") local M = {} +M.autostart = {} + -- for openRC system if settings["hostname"] == "optiplex-gentoo" and not settings["systemd"] then M.autostart = {