moved base import
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
modules = lib.mkMerge [
|
||||
modules = lib.recursiveUpdate
|
||||
(inputs.self.factory.user username true)
|
||||
{
|
||||
#
|
||||
@@ -41,10 +41,9 @@ in
|
||||
programs.git.settings.user.email = email;
|
||||
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
# base
|
||||
base
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user