-- ================================================== -- KoolDots (2026) -- Project URL: https://github.com/LinuxBeginnings -- License: GNU GPLv3 -- SPDX-License-Identifier: GPL-3.0-or-later -- ================================================== local function apply_layer_rule(rule) if hl.layer_rule then hl.layer_rule(rule) end end return { apply_layer_rule = apply_layer_rule, }