data.cs.purdue.edu: explicitly set homeDirectory
This commit is contained in:
parent
d4c50101c4
commit
e813ae1048
1 changed files with 7 additions and 3 deletions
|
@ -13,8 +13,12 @@
|
||||||
user.name = private.variables.purdue-username;
|
user.name = private.variables.purdue-username;
|
||||||
|
|
||||||
home = { ... }: {
|
home = { ... }: {
|
||||||
home.packages = with pkgs; [
|
home = {
|
||||||
home-manager
|
packages = with pkgs; [
|
||||||
];
|
home-manager
|
||||||
|
];
|
||||||
|
|
||||||
|
homeDirectory = lib.mkForce "/homes/${config.user.name}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue