moved imports
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
home-manager.users."${username}" = {
|
||||
imports = [
|
||||
self.modules.homeManager."${username}"
|
||||
# self.modules.homeManager.shell-tools
|
||||
];
|
||||
};
|
||||
};
|
||||
@@ -26,6 +27,10 @@
|
||||
homeManager."${username}" = {
|
||||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
# TODO: This doesn't get merged properly when the factory gets used
|
||||
# imports = with self.modules.homeManager; [
|
||||
# shell-tools
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user