We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82feeac commit 73b676eCopy full SHA for 73b676e
lib/configurations/default.nix
@@ -54,7 +54,7 @@
54
files = delib.umport { inherit paths exclude recursive; };
55
56
mkApply =
57
- moduleSystem: useHomeManagerModule:
+ moduleSystem: homeManagerUser: useHomeManagerModule:
58
import ./apply.nix {
59
inherit
60
useHomeManagerModule
@@ -75,7 +75,7 @@
75
extendedDelib = delib.recursivelyExtend (
76
final: prev:
77
let
78
- apply = mkApply moduleSystem useHomeManagerModule;
+ apply = mkApply moduleSystem homeManagerUser useHomeManagerModule;
79
inherit (final) _callLib;
80
in
81
{
@@ -220,7 +220,7 @@
220
internalExtraModules =
221
moduleSystem:
222
223
- apply = mkApply moduleSystem host.useHomeManagerModule;
+ apply = mkApply moduleSystem host.homeManagerUser host.useHomeManagerModule;
224
225
[
226
(
0 commit comments