data.cs.purdue.edu: create .profile at .profile-hm

This commit is contained in:
Infinidoge 2023-09-09 17:33:43 -04:00
parent f9b5077856
commit abbdd1fabc

View file

@ -20,6 +20,8 @@
home-manager home-manager
]; ];
file.".profile".target = ".profile-hm";
homeDirectory = lib.mkForce "/homes/${config.user.name}"; homeDirectory = lib.mkForce "/homes/${config.user.name}";
}; };
}; };