This commit is contained in:
phuclee 2026-02-15 21:39:15 +07:00 committed by GitHub
commit 40012a8280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ in
users.users.${flake.config.me.username} = {
home = "/Users/${flake.config.me.username}";
};
system.primaryUser = "${config.me.username}";
home-manager.users.${config.me.username} = { };
home-manager.sharedModules = [
self.homeModules.default