mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-15 04:37:21 +00:00
8 lines
118 B
Nix
8 lines
118 B
Nix
{
|
|
inputs,
|
|
globals,
|
|
overlays,
|
|
...
|
|
}: {
|
|
home-manager.extraSpecialArgs = {inherit inputs overlays globals;};
|
|
}
|