add system.primaryUser default.nix

This commit is contained in:
phucleeuwu 2025-05-17 21:12:10 -07:00 committed by GitHub
parent e64c37e5db
commit ca90d6d19c
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