chore(hosts): drop redundant return {} from host lua files

require() only needs the module's side effects; the returned value is
ignored by hyprland.lua. Chester.lua and example.lua now match
Rutherford.lua in ending after their config statements.
This commit is contained in:
Jeena 2026-08-24 10:05:13 +09:00
parent 6365e1d122
commit d0cfa59fb0
2 changed files with 0 additions and 4 deletions

View file

@ -6,5 +6,3 @@
--
-- To add your own machine, copy this to hosts/<your-hostname>.lua and fill it
-- in. The hostname lookup strips any domain suffix (e.g. "laptop.home" -> "laptop").
return {}