import fixes
This commit is contained in:
@@ -15,11 +15,8 @@
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
|
||||
# Import the corresponding homeManager module for the given username
|
||||
home-manager.users."${username}" = {
|
||||
imports = [
|
||||
self.modules.homeManager.base
|
||||
self.modules.homeManager."${username}"
|
||||
];
|
||||
};
|
||||
@@ -28,6 +25,9 @@
|
||||
homeManager."${username}" = {
|
||||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
imports = with self.modules.homeManager; [
|
||||
base
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user