diff --git a/nix/infra/users/default.nix b/nix/infra/users/default.nix index 9d50ed3..fda8549 100644 --- a/nix/infra/users/default.nix +++ b/nix/infra/users/default.nix @@ -1,5 +1,8 @@ { ... }: { - imports = [ ./jopejoe1.nix ]; + imports = [ + ./jopejoe1.nix + ./root.nix + ]; }