diff --git a/lib/configuration.nix b/lib/configuration.nix index 33fcae8..eebd093 100644 --- a/lib/configuration.nix +++ b/lib/configuration.nix @@ -44,6 +44,10 @@ if (configPath != null) then { ${username} = { pkgs, ... }@args: import configPath ({ + userInfo = { + name = username; + } // user; + userConfig = { inherit hostname username; } // user;