diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 45d3c38..cd162df 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -83,7 +83,11 @@ extraSpecialArgs = { inherit inputs; }; sharedModules = [ inputs.nix-openclaw.homeManagerModules.openclaw ]; users.thegeneralist = - { osConfig, ... }: + { + osConfig, + lib, + ... + }: { home = { username = "thegeneralist";