Dump nixos config after scrubing
This commit is contained in:
commit
5fa4c76c24
854 changed files with 30072 additions and 0 deletions
8
home-modules/explicit-configs/awesome/deficient/init.lua
Normal file
8
home-modules/explicit-configs/awesome/deficient/init.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local modname = ...
|
||||
local function load_submodule(table, key)
|
||||
local submodule = require(modname .. "." .. key:gsub("_", "-"))
|
||||
table[key] = submodule
|
||||
return submodule
|
||||
end
|
||||
|
||||
return setmetatable({}, {__index = load_submodule});
|
||||
Loading…
Add table
Add a link
Reference in a new issue