feat!(limontozu): add config

This commit is contained in:
reo101 2023-04-17 11:44:54 +03:00
parent 80ec62084d
commit c5c43e9fc5
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
15 changed files with 789 additions and 49 deletions

View file

@ -137,7 +137,7 @@ rec {
users = lib.attrsets.genAttrs
users
(user: import (root + "/home/${user}.nix"));
sharedModules = builtins.attrValues homeManagerModules;
extraSpecialArgs = { inherit inputs outputs; };
};
}