begin hjem migration, bump flake
This commit is contained in:
parent
f188c7a092
commit
8d77e96d89
15 changed files with 260 additions and 218 deletions
|
@ -18,8 +18,11 @@ in
|
|||
};
|
||||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.hjem.nixosModules.hjem
|
||||
(lib.mkAliasOptionModule [ "hm" ] [ "home-manager" "users" info.user ])
|
||||
] ++ (recursivelyImport info.imports);
|
||||
(lib.mkAliasOptionModule [ "home" ] [ "hjem" "users" info.user ])
|
||||
]
|
||||
++ (recursivelyImport info.imports);
|
||||
}
|
||||
) definitions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue