mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 01:07:15 +08:00
add system.primaryUser default.nix
This commit is contained in:
parent
e64c37e5db
commit
ca90d6d19c
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