This commit is contained in:
phuclee 2025-12-24 11:43:51 +13:00 committed by GitHub
commit c54800de70
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