Hardware and plugins modules

This commit is contained in:
2026-07-31 14:53:00 -07:00
parent 3980ba3064
commit 3cd3c9ba19
6 changed files with 28 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
local hostname = io.popen('uname -n'):read('*l')
require('hyprland.hardware.' .. hostname)