From 73950c72ed444c29f0bdb9acd64dd9eb99de5f1e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:04:18 -0500 Subject: [PATCH] home-manager to inputs in john --- modules/users/john.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/users/john.nix b/modules/users/john.nix index eb74b47..f4a0f37 100644 --- a/modules/users/john.nix +++ b/modules/users/john.nix @@ -20,6 +20,7 @@ in modules = { nixos."${username}" = { imports = [ + inputs.home-manager.nixosModules.home-manager (inputs.self.factory.user username true).nixos."${username}" ]; users.users."${username}" = {