mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
home-manager: pass flake inputs to hm modules
This commit is contained in:
parent
1b1189301d
commit
64b5ce9352
|
@ -11,5 +11,6 @@
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
sharedModules = [inputs.hyprland.homeManagerModules.default];
|
sharedModules = [inputs.hyprland.homeManagerModules.default];
|
||||||
|
extraSpecialArgs = inputs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue