From 399764b561a0097c5559b1b4089cc6fa21433850 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 24 Feb 2023 18:43:22 -0500 Subject: support shells in standalone mode --- util/user.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/user.nix b/util/user.nix index 21cbd4e..d28ae2e 100644 --- a/util/user.nix +++ b/util/user.nix @@ -5,9 +5,11 @@ system ? "x86_64-linux", channel, modules ? [], + extraSpecialArgs ? {}, }: home-manager.lib.homeManagerConfiguration { pkgs = channel.legacyPackages.${system}; + inherit extraSpecialArgs; modules = [ ../users/${username}/home.nix -- cgit v1.2.3