diff options
| author | seth <[email protected]> | 2023-02-24 18:43:22 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-24 18:43:22 -0500 |
| commit | 399764b561a0097c5559b1b4089cc6fa21433850 (patch) | |
| tree | 8c859eb27740fd02f357c31e0d80c4f4b6baa392 /util/user.nix | |
| parent | f41124b52c53a3eabe924f38ec48705acf64c585 (diff) | |
support shells in standalone mode
Diffstat (limited to 'util/user.nix')
| -rw-r--r-- | util/user.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
