From 6f334482e36fc4926fc77e7460cf3638de66488d Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sun, 9 Aug 2026 15:02:23 -0400 Subject: [PATCH] fix: detect Intrepid host theme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ec049b7..4ea2d9b 100644 --- a/init.lua +++ b/init.lua @@ -101,7 +101,7 @@ if host == "xps13" then -- }, -- }) -- }) -elseif host == "cachyos" then +elseif host == "Intrepid" then cyberdream() -- require('tokyonight').setup({ -- style = "storm", -- "storm", "moon", "day", "night"