refactor
This commit is contained in:
parent
d5f21454a0
commit
22e1f50083
5 changed files with 72 additions and 45 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ home-manager, specialArgs, ... }:
|
||||
{
|
||||
home-manager,
|
||||
specialArgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ home-manager.nixosModules.home-manager ];
|
||||
|
||||
|
|
@ -11,5 +16,7 @@
|
|||
home.username = "lilith";
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
home-manager.extraSpecialArgs = specialArgs;
|
||||
home-manager.extraSpecialArgs = specialArgs // {
|
||||
systemConfig = config;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue