Compare commits
11 commits
f4475f87a3
...
0a34c4ad52
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0a34c4ad52 | ||
![]() |
beb1cab9ac | ||
![]() |
57f3d78a06 | ||
![]() |
ac928b3d87 | ||
![]() |
e3fe2b9f4b | ||
![]() |
3d85727642 | ||
![]() |
e4b7d76769 | ||
![]() |
8872a12d20 | ||
![]() |
63af9f8f3f | ||
![]() |
7d4073779f | ||
![]() |
a27b02276d |
2 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@ this config attempts to follow the [synaptic standard](https://github.com/llakal
|
|||
|
||||
ideally, our modules are categorised by the purpose they hope to fulfil, and contain all the information necessary to achieve that within their context.
|
||||
|
||||
this is in contrast to many configuration styles which may be structured in a way that is beholden to mechanical details (implementations, module systems, or other scope they may carry).
|
||||
this is in contrast to many configuration styles which may be structured in a way that is beholden to mechanical details (ie. programs, interfaces, module systems they use).
|
||||
|
||||
here, *we do not build our dreams of concrete*.
|
||||
|
||||
|
|
|
@ -19,6 +19,12 @@ in
|
|||
modules = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
(lib.mkAliasOptionModule [ "hm" ] [ "home-manager" "users" info.user ])
|
||||
{
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
mainUser = info.user;
|
||||
};
|
||||
}
|
||||
] ++ (recursivelyImport info.imports);
|
||||
}
|
||||
) definitions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue