remove conflicting username and add home location
This commit is contained in:
@@ -22,4 +22,8 @@ self: { pkgs, ... }: {
|
||||
|
||||
# The platform the configuration will be used on.
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
users.users.macbookpro = {
|
||||
home = "/Users/macbookpro";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user