mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
Merge ca90d6d19c into 322e45496c
This commit is contained in:
commit
c54800de70
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue