mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
5 lines
192 B
Lua
5 lines
192 B
Lua
local paths = require("default.hypr.paths")
|
|
local require_all = require("default.hypr.require_all")
|
|
|
|
require_all.files(paths.omarchy_path .. "/default/hypr/bindings", "default.hypr.bindings")
|