From ad8a5a29cd2cc452a323328511a4a5592354cf45 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 19 Aug 2025 01:12:16 -0500 Subject: [PATCH] spellcheck --- system-config/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/users/default.nix b/system-config/users/default.nix index f8d2f83..a82c851 100644 --- a/system-config/users/default.nix +++ b/system-config/users/default.nix @@ -64,7 +64,7 @@ config = { users.users = builtins.mapAttrs (x: y: let - cfg = config.homeconfig.users.${x}; + cfg = config.sysconfig.users.${x}; in { name = cfg.name; isNormalUser = true;