This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
16
lib/baseHome.nix
Normal file
16
lib/baseHome.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
osConfig,
|
||||
config,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
_module.args = {
|
||||
me = {
|
||||
inherit username;
|
||||
}
|
||||
// osConfig.users.users.${username};
|
||||
osSec = osConfig.sops.secrets;
|
||||
sec = config.sops.secrets;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue