mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 20:28:19 +02:00
6 lines
208 B
Lua
6 lines
208 B
Lua
-- App-specific tweaks.
|
|
local paths = require("default.hypr.paths")
|
|
local require_all = require("default.hypr.require_all")
|
|
|
|
require_all.files(paths.omarchy_path .. "/default/hypr/apps", "default.hypr.apps")
|