1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00
This commit is contained in:
TheGeneralist 2026-03-14 21:28:09 +01:00
parent f088296aab
commit dc9740d867
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -83,7 +83,11 @@
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };
sharedModules = [ inputs.nix-openclaw.homeManagerModules.openclaw ]; sharedModules = [ inputs.nix-openclaw.homeManagerModules.openclaw ];
users.thegeneralist = users.thegeneralist =
{ osConfig, ... }: {
osConfig,
lib,
...
}:
{ {
home = { home = {
username = "thegeneralist"; username = "thegeneralist";