This commit is contained in:
John Lancaster
2024-12-07 14:41:23 -06:00
parent f303b9ec57
commit 679f8bfca0
5 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +0,0 @@
{ user, repoPath, ... }:
{
programs.home-manager.enable = true;
home = {
stateVersion = "24.05";
username = "${user}";
homeDirectory = "${repoPath}";
};
}