Swap defaults to lua

This commit is contained in:
Ryan Hughes
2026-05-11 10:39:22 -04:00
parent b93650991f
commit c7b6a7f8c4
72 changed files with 642 additions and 744 deletions
+5
View File
@@ -0,0 +1,5 @@
-- 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")