{ pkgs, ... }: { users.users.shibazaki = { isNormalUser = true; description = "shibazaki"; extraGroups = ["wheel" "networkmanager"]; }; }