mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
add some darwin user stuff
This commit is contained in:
13
modules/darwin/user.nix
Normal file
13
modules/darwin/user.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
users.users."${user}" = { # macOS user
|
||||
home = "/Users/${user}";
|
||||
shell = pkgs.zsh; # Default shell
|
||||
};
|
||||
|
||||
networking = {
|
||||
computerName = "MacBook"; # Host name
|
||||
hostName = "MacBook";
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user