Compare commits
11 commits
0a34c4ad52
...
f4475f87a3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f4475f87a3 | ||
![]() |
7f59c3301b | ||
![]() |
cd1d027e49 | ||
![]() |
b41fb6a2e4 | ||
![]() |
ca8ef5df01 | ||
![]() |
af5e727222 | ||
![]() |
3095dc27fe | ||
![]() |
c33b079159 | ||
![]() |
55fdbf0217 | ||
![]() |
7b28c1ddf9 | ||
![]() |
da3c0898c7 |
2 changed files with 1 additions and 7 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 (ie. programs, interfaces, module systems they use).
|
||||
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).
|
||||
|
||||
here, *we do not build our dreams of concrete*.
|
||||
|
||||
|
|
|
@ -19,12 +19,6 @@ 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