fix unified config

This commit is contained in:
2025-04-07 21:34:13 -04:00
parent 635b3d4271
commit 8b95e6e0a0
2 changed files with 22 additions and 22 deletions

View File

@@ -56,12 +56,6 @@ in
nixpkgs.overlays = [
inputs.rust-overlay.overlays.default
];
# home-manager stuff
home = {
inherit username;
homeDirectory = "/home/${username}";
};
}
)
];