From dc9740d8675efcb4936ae97f35818999fc459799 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:28:09 +0100 Subject: [PATCH] yes --- hosts/thegeneralist-central/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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";