Skip to content

Commit 73b676e

Browse files
committed
lib/configurations/default: add homeManagerUser to mkApply
1 parent 82feeac commit 73b676e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/configurations/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
files = delib.umport { inherit paths exclude recursive; };
5555

5656
mkApply =
57-
moduleSystem: useHomeManagerModule:
57+
moduleSystem: homeManagerUser: useHomeManagerModule:
5858
import ./apply.nix {
5959
inherit
6060
useHomeManagerModule
@@ -75,7 +75,7 @@
7575
extendedDelib = delib.recursivelyExtend (
7676
final: prev:
7777
let
78-
apply = mkApply moduleSystem useHomeManagerModule;
78+
apply = mkApply moduleSystem homeManagerUser useHomeManagerModule;
7979
inherit (final) _callLib;
8080
in
8181
{
@@ -220,7 +220,7 @@
220220
internalExtraModules =
221221
moduleSystem:
222222
let
223-
apply = mkApply moduleSystem host.useHomeManagerModule;
223+
apply = mkApply moduleSystem host.homeManagerUser host.useHomeManagerModule;
224224
in
225225
[
226226
(

0 commit comments

Comments
 (0)