From b417b44757c688ed9df71241d0721ce86fdc9a13 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Sep 2023 13:25:32 +0200 Subject: ... --- user-profiles/core.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user-profiles') diff --git a/user-profiles/core.nix b/user-profiles/core.nix index acd61b9a..ea782a4b 100644 --- a/user-profiles/core.nix +++ b/user-profiles/core.nix @@ -1,4 +1,4 @@ -{ flake, userName, config, lib, utils, ... }: +{ flake, flakeInputs, path, userName, config, lib, utils, ... }: with lib; @@ -7,6 +7,7 @@ with lib; users.users.${userName} = {}; # Just make sure the user is created home-manager.useUserService = true; + home-manager.extraSpecialArgs = { inherit flake flakeInputs path; }; home-manager.users.${userName} = { imports = lib.attrValues flake.homeModules; -- cgit v1.2.3