mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
An overhaul of the module system.
This commit is contained in:
parent
2bf9997813
commit
d2a823f5bc
11 changed files with 181 additions and 230 deletions
|
|
@ -5,7 +5,7 @@ with lib;
|
|||
{
|
||||
options.home-manager.users = mkOption {
|
||||
type = types.attrsOf (types.submoduleWith {
|
||||
modules = singleton ../../modules/home;
|
||||
modules = singleton meta.modules.home;
|
||||
specialArgs = {
|
||||
inherit sources tf meta;
|
||||
nixos = config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue