fix unified config

This commit is contained in:
2025-04-07 21:34:13 -04:00
parent 25d14e4409
commit 760beab42a
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}";
};
}
)
];